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: 550.0.60.0
Syntaxpublic 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