Condition: IExpression;
Condition: Prognoz.Platform.Interop.ForeSystem.IExpression;
The Condition property determines an additional condition of access check for the rule.
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.
The property use is given in the example for IABACRootPolicyObject.Policies.
See also: