Gets the machine name.

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

Syntax

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

Field Value

Implements

IAppServer..::.Machine

See Also