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#
public string HostName { get; }
Visual Basic (Declaration)
Public ReadOnly Property HostName As String
Visual C++
public:
virtual property String^ HostName {
	String^ get () sealed;
}

Field Value

The name of the host.

Implements

IMediaMgr2..::.HostName

See Also