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

Get the names of the RTservers this transport connects to.

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

Syntax

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

Return Value

the server names

See Also