Operations that may be applied to an attribute value in a attribute policy behavior.
Namespace: ININ.IceLib.Configuration.Dialer.DataTypesAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public enum AttributeOperation |
| Visual Basic |
|---|
Public Enumeration AttributeOperation |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Add | 0 | A value is added to the attribute | |
| Subtract | 1 | A number is subtracted from the attribute | |
| None | 2 | No arithmetic operation is performed. |