Gets the state.

Namespace:  GrassValley.Mseries.Control
Assembly:  GrassValley.Mseries.Control (in GrassValley.Mseries.Control.dll) Version: 1.0.0.0

Syntax

C#
public string State { get; }
Visual Basic (Declaration)
Public ReadOnly Property State As String
Visual C++
public:
virtual property String^ State {
	String^ get () sealed;
}

Field Value

Implements

ISimplePlayerRecorder..::.State

See Also