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

Get or set the global property of this destination.

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

Syntax

public bool Global { get; set; }
Public Property Global As Boolean
public:
property bool Global {
	bool get ();
	void set (bool value);
}

Return Value

true if this destination is global.

See Also