Gets or sets the instrument serialized to a string.

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

Syntax

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

See Also