Gets and sets the number of bits to process.
public int HighBitIndex {get; set;}
public: __property int get_HighBitIndex();
public: __property void set_HighBitIndex(
int value
);
public:
property int HighBitIndex {
int get();
void set ( int value);
}
'Declaration
Public Property HighBitIndex As Integer
'Usage
Dim instance As LoadOptionsRaw
Dim value As Integer
instance.HighBitIndex = value
value = instance.HighBitIndex
Property Value
An integer value which represents the number of bits to process.