IMetabaseUsers.Attributes

Syntax

Attributes: IABACAttributes;

Description

The Attributes property returns the user attributes collection.

Comments

This collection can also be cast to the IABACSubjectAttributes interface to set up links between user attributes and attributes of external storage areas/domains containing information about security subjects.

To work with attribute values, use the ISecuritySubject.Attributes property. The values will be available after successful user authorization.

Example

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

See also:

IMetabaseUsers