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)

Collapse imageSyntax

C#
public enum AttributeOperation
Visual Basic
Public Enumeration AttributeOperation

Collapse imageMembers

Member nameValueDescription
Add0A value is added to the attribute
Subtract1A number is subtracted from the attribute
None2No arithmetic operation is performed.

Collapse imageSee Also