Click or drag to resize
FeatureAction Enumeration
The feature actions that can be used when invoking a feature.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum FeatureAction
Members
  Member nameValueDescription
Undefined0 Undefined action.
On1 Action to enable the feature.
Off2 Action to disable the feature.
See Also