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

Get the server name and host name of the backup server connected to this server.

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

Syntax

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

Return Value

the server name and host name of the backup server in the form server-name@host-name. Returns null if this is not an active server or there is no backup server connected to this server.

See Also