ContentDescription.GetBody Method

Definition

Represents the body in byte or null, if there is none.

public:
 cli::array <System::Byte> ^ GetBody();
public byte[] GetBody ();
member this.GetBody : unit -> byte[]
Public Function GetBody () As Byte()

Returns

Byte[]

Returns the byte representation of the media description or null if there is none.

Applies to