Priority Property (QueueAgentJoin)
In This Topic
The priority to use when assigning jobs to agents
Syntax
'Declaration
Public Property Priority As Integer
public int Priority {get; set;}
public:
property int Priority {
int get();
void set ( int value);
}
See Also