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