IABACAttributeInstances.Item

Syntax

Item(Index: Integer): IABACAttributeInstance;

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

Parameters

Index. Attribute index.

Description

The Item property returns subject or object attribute by index.

Comments

The property is read-only.

Fore and Fore.NET Examples

The property use is given in the example for IABACAttributeInstance.Attribute.

See also:

IABACAttributeInstances