public byte[] BinaryData { get; set; }Public Property BinaryData As Byte()
Get
Setpublic:
property array<unsigned char>^ BinaryData {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}member BinaryData : byte[] with get, set