IPrjStatus.Errors

Syntax

Errors: IPrjStatusCollection;

None;

Description

The Errors property returns the erros collection.

Comments

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

Fore and Fore.NET Examples

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

See also:

IPrjStatus