Bar.InstrumentId Property
Gets or sets the instrument identifier.
public int InstrumentId {get; set;}
This language is not supported or no code example is available.
public:
property int InstrumentId {
int get( );
void set(
int value
);
}
This language is not supported or no code example is available.
public function get InstrumentId() : int;
public function set InstrumentId(value : int);
This language is not supported or no code example is available.
Property Value
int
The instrument identifier.
In this article
Definition