Click or drag to resize

FeatureMode Enumeration

Enumeration indicating the list of supported feature modes.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum FeatureMode
Members
  Member nameValueDescription
Uninitialized0 The uninitialized (or unknown) feature mode.
Transient1 The button state will be retained on per call basis.
Permanent2 The button state will be retained until changed by the user.
See Also