IMetabaseDeviceDescriptors.Item

Fore Syntax

Item (Index:Integer):IMetabaseDeviceDescriptor;

Fore.NET Syntax

Item (Index:integer): Prognoz.Platform.Interop.Metabase.IMetabaseDeviceDescriptor;

Parameters

Index. Device description index.

Description

The Item property returns description of the repository object, which index is passed as the Index input parameter.

Fore and Fore.NET Examples

The property use is given in the example for IMetabaseDeviceDescriptors.Count.

See also:

IMetabaseDeviceDescriptors