IMetabaseSecurity.Users

Syntax

Users: IMetabaseUsers;

Users: Prognoz.Platform.Interop.Metabase.IMetabaseUsers;

Description

The Users property returns collection of the 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 deferred loading of the 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