IPrjTask.Key

Syntax

Key: Integer;

Description

The Key property determines unique task key in the project.

Comments

A unique key should be determined for each task in the project. The key should take integer value that is greater or equal to zero. If the key value is less than zero, the corresponding message is displayed on project calculation.

Example

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

See also:

IPrjTask