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 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.

Fore and Fore.NET Examples

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

See also:

IABACRule