IABACAttributes.Item

Syntax

Item(Index: Integer): IABACAttribute;

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

Parameters

Index. Attribute index in the collection.

Description

The Item property returns attribute from the collection by index.

Comments

The property is read-only.

The list of all attributes is contained in the objective and additional conditions of access check.

Fore and Fore.NET Examples

The property use is given in the example for IABACAttribute.Predefined.

See also:

IABACAttributes