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: 550.0.60.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