Instrument.Id Property
[Category(CATEGORY_APPEARANCE)]
[Description("Unique instrument id in OberMind framework")]
public int Id {get;}
This language is not supported or no code example is available.
[Category(CATEGORY_APPEARANCE)]
[Description("Unique instrument id in OberMind framework")]
public:
property int Id {
int get( );
}
This language is not supported or no code example is available.
public
Category(CATEGORY_APPEARANCE)
Description("Unique instrument id in OberMind framework")
function get Id() : int;
This language is not supported or no code example is available.
Property Value
int
In this article
Definition