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

Get the IP address for this connection.

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

Syntax

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

Return Value

the IP address for this connection.

See Also