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#
bool SuspendContinuousRecord { set; }
Visual Basic (Declaration)
WriteOnly Property SuspendContinuousRecord As Boolean
Visual C++
property bool SuspendContinuousRecord {
	void set (bool value);
}

Field Value

true if suspend continuous record; otherwise, false.

See Also