Gets or sets the end mode.

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

Syntax

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

Field Value

end mode string

Implements

ISimplePlayerRecorder..::.EndMode

See Also