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#
public bool IsSuspended { get; set; }
Visual Basic (Declaration)
Public Property IsSuspended As Boolean
Visual C++
public:
virtual property bool IsSuspended {
	bool get () sealed;
	void set (bool value) sealed;
}

Field Value

true if this instance is suspended; otherwise, false.

Implements

IAppServer..::.IsSuspended

See Also