IMetabaseUsers.Item

Syntax

Item(Index: Index): IMetabaseUser;

Item[System.Int32]: Prognoz.Platform.Interop.Metabase.IMetabaseUser;

Parameters

Index. Repository user index.

Description

The Item property returns parameters of a security user whose index is passed by the Index parameter.

Example

The property use is given in the example for IMetabaseUser.CannotChangePassword.

See also:

IMetabaseUsers