Selerix Developer Tools
BynaryData Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > FileRequest Class : BynaryData Property
Gets or sets the binary data.
Syntax
'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);
}

Property Value

The binary data.
See Also

Reference

FileRequest Class
FileRequest Members