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

Get or set the clientID for this factory.

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

Syntax

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

Return Value

the clientID for this factory.

See Also