'Declaration
<XmlElementAttribute()> Public Property BynaryData As Byte()
'Usage
Dim instance As FileRequest Dim value() As Byte instance.BynaryData = value value = instance.BynaryData
[XmlElement()] public byte[] BynaryData {get; set;}
public read-write property BynaryData: array of Byte;
XmlElementAttribute() public function get,set BynaryData : byte[]
[XmlElement()] public: __property byte[]* get_BynaryData(); public: __property void set_BynaryData( byte[]* value );
[XmlElement()] public: property array<byte>^ BynaryData { array<byte>^ get(); void set ( array<byte>^ value); }