Gets the name of the host.

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

Syntax

C#
string HostName { get; }
Visual Basic (Declaration)
ReadOnly Property HostName As String
Visual C++
property String^ HostName {
	String^ get ();
}

Field Value

The name of the host.

See Also