IABACPolicies.Item

Syntax

Item(Index: Integer): IABACPolicy;

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

Parameters

Index. Index of policy in attribute-based access control structure.

Description

The Item property returns the policy from attribute-based access control by index.

Comments

The property is read-only.

Fore and Fore.NET Examples

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

See also:

IABACPolicies