Gets the name of the client host.

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

Syntax

C#
public string ClientHostName { get; set; }
Visual Basic (Declaration)
Public Property ClientHostName As String
Visual C++
public:
property String^ ClientHostName {
	String^ get ();
	void set (String^ value);
}

Field Value

See Also