IAdmAttrOperatorValueCondition
The IAdmAttrOperatorValueCondition interface represents the If <property> <relation> <value> condition.
Inheritance: IAdmCondition
Properties
-
Property
-
Description
-
AttributeName
-
Gets or sets the name of the property that is used in the condition.
-
ComparisonOperator
-
Gets or sets a comparison operator for the condition.
-
Value
-
Gets or sets a property value as used in the condition.
-
CaseSensitive
-
Gets or sets a value indicating whether the property value will be treated as case sensitive when checking the condition.
Details
AttributeName
Gets or sets the name of the property that is used in the condition.
- Type:
- String
- Access:
- Read/Write
ComparisonOperator
Gets or sets a comparison operator for the condition.
- Type:
- ADM_COMPARISONOPERATOR_ENUM
- Access:
- Read/Write
Value
Gets or sets a property value as used in the condition.
- Type:
- IADsPropertyValue
- Access:
- Read/Write
CaseSensitive
Gets or sets a value indicating whether the property value will be treated as case sensitive when checking the condition.
- Type:
- Boolean
- Access:
- Read/Write
Requirements
Minimum required version: 2009.1