IABACRule.Condition

Syntax

Condition: IExpression;

Condition: Prognoz.Platform.Interop.ForeSystem.IExpression;

Description

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

Comments

To determine the expression, by which the rule is calculated, use the IExpression.AsString property.

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

Fore and Fore.NET Examples

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

See also:

IABACRule