LogicalQueue Properties

In this section, we discuss the logical queue class properties. The properties are discussed in alphabetical order.

Description

This property returns the logical queue ID as a string.

This property is read-only.

Description

This property returns all the physical queues associated with this logical queue as an array of PhysicalQueue objects.

This property is read-only.

Example

The following code example returns the physical queue ID for the fourth physical queue.

&PhyscalQueueID = &myLogicalQueue.PhysicalQueue[4].PhyscalQueueID;