IMetabaseSecurity.Users

Syntax

Users: IMetabaseUsers;

Description

The Users property returns the collection of users created in the current repository.

Comments

This collection includes all users created in the repository security manager. Descriptions of these users are loaded on logging in the repository. Also, if the repository has users with the attribute of the lazy loading of description, after their descriptions are loaded they are available in the Users collection.

Example

The property use is given in the example for IMetabaseSecurity.CreateUsersUpdate.

See also:

IMetabaseSecurity