IABACRule.Condition

Syntax

Condition: IExpression;

Description

The Condition property determines an additional condition of access check for the rule.

Comments

To determine an expression, by which additional condition of access check will be calculated, use the IExpression.AsString property. The expression is set in string view.

To check if expression is correct, use the IExpression.Valid property.

Example

The property use is given in the example for IABACRootPolicyObject.Policies.

See also:

IABACRule