IPrjTaskCollection.Item

Syntax

Item(Index: Integer): IPrjTask;

None;

Parameters

Index. Task index in the collection.

Description

The Item property returns task from the collection by index.

Fore and Fore.NET Examples

The property use is given in the example for IPrjProject.Tasks.

See also:

IPrjTaskCollection