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