Selerix Developer Tools
Data Property (BinaryDataType)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > BinaryDataType Class : Data Property
Gets or sets the data.
Syntax
'Declaration
 
<XmlTextAttribute()>
Public Overridable Property Data As Byte()
'Usage
 
Dim instance As BinaryDataType
Dim value() As Byte
 
instance.Data = value
 
value = instance.Data
[XmlText()]
public virtual byte[] Data {get; set;}
public read-write property Data: array of Byte; virtual; 
XmlTextAttribute()
public function get,set Data : byte[]
[XmlText()]
public: __property virtual byte[]* get_Data();
public: __property virtual void set_Data( 
   byte[]* value
);
[XmlText()]
public:
virtual property array<byte>^ Data {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The data.
See Also

Reference

BinaryDataType Class
BinaryDataType Members