ABACTargetOperation

Description

The ABACTargetOperation enumeration is used to select conditional operation in objective.

It is used by the following property:

Available Values

Value Brief description
0 Empty. No operation.
1 Equal. Equal.
2 NotEqual. Not equal.
3 Less. Less.
4 Greater. Greater.
5 NotLess. Greater or equal.
6 NotGreater. Less or equal.
7 IN. The IN operation is used only for the OPERATION environment attribute. Before getting started using the attribute with the IN operation study its features.

See also:

ABAC Assembly Enumerations