IAdhocSyncParams.Item

Fore Syntax

Item(Index: Integer): IAdhocParamSyncItem;

Fore.NET Syntax

None;

Parameters

Index. Parameter index in the collection.

Description

The Item property returns the specified parameter from the collection.

Comments

Indexing of collection parameters is continuous and starts with zero. To get the number of parameters in the collection, use the IAdhocSyncParams.Count property.

See also:

IAdhocSyncParams