public int SourceLowBit {get; set;}
'Declaration
Public Property SourceLowBit As Integer
'Usage
Dim instance As SelectDataCommand
Dim value As Integer
instance.SourceLowBit = value
value = instance.SourceLowBit
public int SourceLowBit {get; set;}
<br/>get_SourceLowBit();<br/>set_SourceLowBit(value);<br/>Object.defineProperty('SourceLowBit');
public:
property int SourceLowBit {
int get();
void set ( int value);
}
Property Value
Position of the start bit that will construct the mask. The position is a zero based number. This property accepts only positive values.