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

Gets the name of the queue

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

Syntax

public virtual string QueueName { get; }
Public Overridable ReadOnly Property QueueName As String
public:
virtual property String^ QueueName {
	String^ get ();
}

Field Value

The lookup name of the queue object. If not set, null is returned

Remarks

Each queue has a name that is unique among all queues.

See Also