Instrument.Description Property
[Category(CATEGORY_APPEARANCE)]
[Description("Instrument description")]
public string Description {get; set;}
This language is not supported or no code example is available.
[Category(CATEGORY_APPEARANCE)]
[Description("Instrument description")]
public:
property String^ Description {
String^ get( );
void set(
String^ value
);
}
This language is not supported or no code example is available.
public
Category(CATEGORY_APPEARANCE)
Description("Instrument description")
function get Description() : String;
public
Category(CATEGORY_APPEARANCE)
Description("Instrument description")
function set Description(value : String);
This language is not supported or no code example is available.
Property Value
string
In this article
Definition