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

Gets the name of the queue

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

Syntax

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

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