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

Get the name of the server.

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

Syntax

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

Return Value

the name of the server.

See Also