Message: String;
The Message property returns error or warning message.
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.
The property use is given in the example for IPrjProject.Status.
See also: