| SLMediaPacketBodyData Property  | 
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] BodyData { get; set; }Public Property BodyData As Byte()
	Get
	Set
public:
property array<unsigned char>^ BodyData {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}member BodyData : byte[] with get, set
Property Value
Type: 
Byte
See Also