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

Determine if this queue is exclusive.
Set the exclusive property for this queue.

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

Syntax

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

Return Value

true if this queue has the exclusive property set.

See Also