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.

  • ObjectType

  • Gets or sets the type of objects the condition applies to.

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.


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.

  • Type:
  • bool
  • Access:
  • Read/Write

ObjectType

Gets or sets the type of objects the condition applies to.

  • Type:
  • string
  • Access:
  • Read/Write

Requirements

Minimum required version: 2023

See also