AutomationTriggeringRuleOperator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.
public enum AutomationTriggeringRuleOperator
type AutomationTriggeringRuleOperator =
Public Enum AutomationTriggeringRuleOperator
- Inheritance
-
AutomationTriggeringRuleOperator
Fields
| Name | Value | Description |
|---|---|---|
| EqualsValue | 0 | Applies for decimal and non-decimal operands. |
| GreaterThan | 1 | Applies only for decimal operands. |
| GreaterThanOrEqualTo | 2 | Applies only for decimal operands. |
| LesserThan | 3 | Applies only for decimal operands. |
| LesserThanOrEqualTo | 4 | Applies only for decimal operands. |
| NotEquals | 5 | Applies for decimal and non-decimal operands. |
| Contains | 6 | Applies only for non-decimal operands. |
| StartsWith | 7 | Applies only for non-decimal operands. |
| EndsWith | 8 | Applies only for non-decimal operands. |