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