Sets a value indicating whether to suspend continuous record.

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

Syntax

C#
public bool SuspendContinuousRecord { set; }
Visual Basic (Declaration)
Public WriteOnly Property SuspendContinuousRecord As Boolean
Visual C++
public:
virtual property bool SuspendContinuousRecord {
	void set (bool value) sealed;
}

Field Value

true if suspend continuous record; otherwise, false.

Implements

ISimplePlayerRecorder..::.SuspendContinuousRecord

See Also