Gets or sets the instrument.

Namespace:  PerpetuumSoft.Instrumentation.Windows.Forms
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public Instrument Instrument { get; set; }
Visual Basic (Declaration)
Public Property Instrument As Instrument
Visual C++
public:
virtual property Instrument^ Instrument {
	Instrument^ get () sealed;
	void set (Instrument^ value) sealed;
}

See Also