Gets or sets a value indicating whether this instance is suspended.

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

Syntax

C#
bool IsSuspended { get; set; }
Visual Basic (Declaration)
Property IsSuspended As Boolean
Visual C++
property bool IsSuspended {
	bool get ();
	void set (bool value);
}

Field Value

true if this instance is suspended; otherwise, false.

See Also