ApplicationConditionOperator Class
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.
Defines values for ApplicationConditionOperator.
public static class ApplicationConditionOperator
type ApplicationConditionOperator = class
Public Class ApplicationConditionOperator
- Inheritance
-
ApplicationConditionOperator
Fields
Contains |
Checks that the string value of the data defined in Property contains the given value |
Equals |
Checks that the string value of the data defined in Property equals the given value |
In |
Checks that the string value of the data defined in Property equals any of the given values (exact fit) |