Agent property: PhysicalQueue class

Description

This property returns all the agents assigned to the physical queue as an array of agent objects.

This property is read-only.

Example

The following example returns the name of the third agent.

&AgentName = &MyPhysicalQueue.Agent[3].Name;