Gets Instrument, which contains this element.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public Instrument Instrument { get; }  | 
| Visual Basic (Declaration) | 
|---|
Public ReadOnly Property Instrument As Instrument  | 
| Visual C++ | 
|---|
public: property Instrument^ Instrument { Instrument^ get (); }  |