IPrjStatusItem.Keys

Syntax

Keys: Array;

Description

The Keys property returns a key array of tasks that are with error or warning in project plan.

Comments

Errors or warnings can occur on creating a project plan. To check whether there are errors or warnings in project plan, use the IPrjProject.CheckConstraints method.

To get error or warning, use the IPrjProject.Status property.

NOTE. The key array can contain only one key of the first found error or warning.

Example

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

See also:

IPrjStatusItem