[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the host for this connection.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public string Host { get; }
Public ReadOnly Property Host As String
public:
property String^ Host {
	String^ get ();
}

Return Value

the hostname for this connection.

See Also