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

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

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

Syntax

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

Return Value

the URL of the remote server in this route.

See Also