public int SourceLowBit {get; set;}
'Declaration
Public Property SourceLowBit As Integer
'Usage
Dim instance As ShiftDataCommand
Dim value As Integer
instance.SourceLowBit = value
value = instance.SourceLowBit
public int SourceLowBit {get; set;}
@property (nonatomic, assign) unsigned int sourceLowBit;
public int getSourceLowBit()
public void setSourceLowBit(int value)
get_SourceLowBit();
set_SourceLowBit(value);
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.