IABACRules.Item

Syntax

Item(Index: Integer): IABACRule;

Item[System.Int32]: Prognoz.Platform.Interop.ABAC.IABACRule;

Parameters

Index. Policy rule index.

Description

The Item property returns the rule from policy by index.

Comments

The property is read-only.

See also:

IABACRules