[TIBCO.EMS .NET client library 7.0 documentation]

Gets the name of the queue

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

Syntax

public string QueueName { get; }
Public ReadOnly Property QueueName As String
public:
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