Selerix Developer Tools
Length Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > BinaryDataType Class : Length Property
Gets the length.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Overridable ReadOnly Property Length As Integer
'Usage
 
Dim instance As BinaryDataType
Dim value As Integer
 
value = instance.Length
[XmlIgnore()]
public virtual int Length {get;}
public read-only property Length: Integer; virtual; 
XmlIgnoreAttribute()
public function get Length : int
[XmlIgnore()]
public: __property virtual int get_Length();
[XmlIgnore()]
public:
virtual property int Length {
   int get();
}

Property Value

The length.
See Also

Reference

BinaryDataType Class
BinaryDataType Members