Gets the suite.

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

Syntax

C#
public string Suite { get; }
Visual Basic (Declaration)
Public ReadOnly Property Suite As String
Visual C++
public:
virtual property String^ Suite {
	String^ get () sealed;
}

Field Value

Implements

IAppServer..::.Suite

See Also