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