IABACRules.FindByKey

Syntax

FindByKey(Key: Integer): IABACRule;

FindByKey(System.UInt32): Prognoz.Platform.Interop.ABAC.IABACRule;

Parameters

Key. Rule key.

Description

The FindByKey method searches for a rule in policy by key.

Comments

To determine a rule key, use the IABACRule.Key property.

See also:

IABACRules