| ServerAddressHostName Property |
Gets the host name of the server.
Namespace:
Ookii.Jumbo
Assembly:
Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax public string HostName { get; }
Public ReadOnly Property HostName As String
Get
public:
property String^ HostName {
String^ get ();
}
member HostName : string with get
Property Value
Type:
String
The host name of the server.
See Also