IMetabaseGroups.Item

Syntax

Item(Index: Integer): IMetabaseGroup;

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

Parameters

Index. Group index.

Description

The Item property returns users group of the active repository that index is passed by the parameter Index.

Fore and Fore.NET Examples

The property use is given in the example for IMetabaseGroup.IsMember.

See also:

IMetabaseGroups