Click or drag to resize

ReasonCodeLength Enumeration

Represents the policy used to describe the length of reason codes used by agents for logout and work mode change operations.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ReasonCodeLength
Members
  Member nameValueDescription
NotAvailable0 Reason code length is not defined.
SingleDigit1 Reason code is administered to use single digit i.e range is between 0-9.
DoubleDigit2 Reason code is administered to use double digits i.e range is between 0-99.
See Also