Click or drag to resize
AgentServiceAllowedAuxiliaryWorkModeReasonCodes Property
Gets the list of administered auxiliary work mode reason codes available for the agent to change in to auxiliary work mode.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public List<int> AllowedAuxiliaryWorkModeReasonCodes { get; }

Return Value

Type: ListInt32
Returns the list of auxiliary work mode reason codes as a list of integers.
Remarks
Application developers can also use AvailableAgentFeatures to get full list of features available for an application.
See Also