[TIBCO.EMS.UFOCLIENT .NET client library 6.0 documentation]

Get the queue associated with this queue browser

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

Syntax

public Queue Queue { get; }
Public ReadOnly Property Queue As Queue
public:
property Queue^ Queue {
	Queue^ get ();
}

Return Value

The queue.

See Also