Gets or sets the chips per bit.
Read-write property
[Visual Basic .NET] |
---|
Public Property ChipsPerBit() As Integer |
[C#] |
---|
public int ChipsPerBit {get; set;} |
[Managed C++] |
---|
public: __property int get_ChipsPerBit(); |
[Unmanaged C++] |
---|
public: HRESULT get_ChipsPerBit( int * pVal ); public: HRESULT put_ChipsPerBit( int val ); |
[Java] |
---|
public Integer getChipsPerBit(); public void setChipsPerBit( Integer ); |