ISourceDataImportDestinationInfos.Item

Fore Syntax

Item(ItemIndex: Integer): ISourceDataImportDestinationInfo;

Fore.NET Syntax

Item[ItemIndex: Integer]: Prognoz.Platform.Interop.BISearch.ISourceDataImportDestinationInfo;

Parameters

ItemIndex. Index of the element with indexing settings.

Description

The Item property returns specified indexing settings of data source display version.

Example

The example of work with the ISourceDataImportDestinationInfos collection is given in description of the ISourceDataImportDestinationInfos.Add method.

See also:

ISourceDataImportDestinationInfos