InstrumentDefinition.Instruments Property
public Instrument[] Instruments {get; set;}
This language is not supported or no code example is available.
public:
property array< Instrument^ >^ Instruments {
array< Instrument^ >^ get( );
void set(
array< Instrument^ >^ value
);
}
This language is not supported or no code example is available.
public function get Instruments() : Instrument[];
public function set Instruments(value : Instrument[]);
This language is not supported or no code example is available.