IAdmObjectExistsCondition

The IAdmObjectExistsCondition interface represents the If <object> exists condition.

Inheritance: IAdmCondition

Properties

  • Property

  • Description

  • IsOperator

  • Gets or sets a value indicating whether the object should or should not exist for the condition to be met.

  • ObjectToCheck

  • Gets or sets the object that should or should not exist for the condition to be met.

Details

IsOperator

Gets or sets a value indicating whether the object should or should not exist for the condition to be met.


ObjectToCheck

Gets or sets the object that should or should not exist for the condition to be met.


Requirements

Minimum required version: 2019.1

See also