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

Get the clientID for this connection.

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

Syntax

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

Return Value

the clientID for this connection (can be null).

See Also