PhysicalQueueID property: LogicalQueue class
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;