ContentDescription.GetBody 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.
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.