Gets the GUID.

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

Syntax

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

Field Value

Implements

IAppServer..::.Guid

See Also