Operations that may be applied to an attribute value in a attribute policy behavior.

Namespace: ININ.IceLib.Configuration.Dialer.DataTypes
Assembly: 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 nameValueDescription
Add0A value is added to the attribute
Subtract1A number is subtracted from the attribute
None2No arithmetic operation is performed.

See Also