Gets or sets Instrument being displayed .

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

Syntax

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

See Also