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

Get or set the name of the remote server in this route.

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

Syntax

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

Return Value

the name of the remote server in this route.

Remarks

The name of existing route can not be changed. This method is used to create the new route.

See Also