ContentDescription.SetBody(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the body content.
public:
virtual void SetBody(cli::array <System::Byte> ^ body);
public virtual void SetBody (byte[] body);
abstract member SetBody : byte[] -> unit
override this.SetBody : byte[] -> unit
Public Overridable Sub SetBody (body As Byte())
Parameters
- body
- Byte[]
The body to set.