IABACRules.FindById

Syntax

FindById(Id: String): IABACRule;

Parameters

Id. Rule identifier.

Description

The FindById method searches for a rule in policy by identifier.

Comments

To determine a rule identifier, use the IABACRule.Id property.

Example

The method use is given in the example for IABACRules.AddCopy.

See also:

IABACRules