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

Determine if this is a routed queue or not

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

Syntax

public bool Routed { get; }
Public ReadOnly Property Routed As Boolean
public:
property bool Routed {
	bool get ();
}

Return Value

true if the queue is routed.

See Also