Internet Direct (Indy) Version 9.0.1 Beta
TIdUserAccount.Attributes
Represents additional information for a user account.

property Attributes: Tstrings;
Description
Attributes is a TStrings property that provides storage for additional information associated with a user account. Values are added to Attributes as individual strings in the familiar NAME=VALUE format.

TIdUserAccount does not specifiy the content or semantics for data in the Attributes property.

Use Data to store a TObject descendant that contains information for the user account.