Gets the host name of the Gateway daemon this GatewayConnection is or was connected to.
Namespace:
IBM.CTG
Assembly:
IBM.CTG.Client (in IBM.CTG.Client.dll) Version: 9.2.0.0
Syntax
| C# |
|---|
public string HostName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HostName As String Get |
| Visual C++ |
|---|
public: property String^ HostName { String^ get (); } |