IABACPolicySets.Item

Syntax

Item(Index: Integer): IABACPolicySet;

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

Parameters

Index. Policies set index in attribute-based access control structure.

Description

The Item property returns policies set from attribute-based access control by index.

Comments

The property is read-only.

See also:

IABACPolicySets