PhysicalQueueID property: Agent class

Description

This property returns the physical queues to which this agent is assigned as an array of string.

This property is read-only.

Example

The following example returns the first physical queue of agent.

&PhysicalQueueID = &myAgent.PhysicalQueueID[1];  

Related Topics