Share via


Application.ProjectSummaryInfo Method

Project Developer Reference

Sets information about a project.

Syntax

expression.ProjectSummaryInfo(Project, Title, Subject, Author, Company, Manager, Keywords, Comments, Start, Finish, ScheduleFrom, CurrentDate, Calendar, StatusDate, Priority, PartiallyDisabled)

expression   A variable that represents an Application object.

Parameters

Name Required/Optional Data Type Description
Project Optional Variant The file name of the project that should have its project information edited.
Title Optional Variant The title of the project.
Subject Optional Variant The subject of the project.
Author Optional Variant The author of the project.
Company Optional Variant The company associated with the project.
Manager Optional Variant The manager of the project.
Keywords Optional Variant The keywords associated with the project.
Comments Optional Variant The comments associated with the project.
Start Optional Variant The start date of the project. If ScheduleFrom is pjProjectFinish, Start is ignored.
Finish Optional Variant The finish date of the project. If ScheduleFrom is pjProjectStart, Finish is ignored.
ScheduleFrom Optional Variant Can be one of the following PjScheduleProjectFrom constants: pjProjectStart or pjProjectFinish.
CurrentDate Optional Variant The current date for the project.
Calendar Optional Variant The name of the base calendar for the project.
StatusDate Optional Variant The current status date for the project.
Priority Optional Variant The priority, ranging from 0 to 1000, of the active project.
PartiallyDisabled Optional Variant True if Project displays the Project Information dialog box with all elements disabled except for the Enterprise Custom Fields section.

Return Value
Boolean

Remarks

Using the ProjectSummaryInfo method without specifying any arguments displays the Project Information dialog box.

See Also