IAdmConditionSet

The IAdmConditionSet interface represents a set of condition objects.

Inheritance: IUnknown

Methods

Properties

  • Property

  • Description

  • LogicalOperator

  • Gets or sets the logical operator for conditions in the set.

  • Conditions

  • Gets or sets an array of conditions included into the set.

Details

CreateCondition()

Creates a condition of the specified type.

IAdmCondition CreateCondition(string objectClass)

Parameters


LogicalOperator

Gets or sets the logical operator for conditions in the set.

Remarks

If set to AND, all conditions in the set must be satisfied. If OR, at least one condition must be satisfied.


Conditions

Gets or sets an array of conditions included into the set.


Requirements

Minimum required version: 2018.1

See also