title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.ProjectSummaryInfo method (Project) |
vbapj.chm601 |
|
project-server |
|
7275598c-02b1-7e07-ecdb-04fa0a21f41a |
06/08/2017 |
medium |
Sets information about a project.
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.
Name | Required/Optional | Data type | Description |
---|---|---|---|
Project | Optional | String | The file name of the project that should have its project information edited. |
Title | Optional | String | The title of the project. |
Subject | Optional | String | The subject of the project. |
Author | Optional | String | The author of the project. |
Company | Optional | String | The company associated with the project. |
Manager | Optional | String | The manager of the project. |
Keywords | Optional | String | The keywords associated with the project. |
Comments | Optional | String | 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 | Integer | Can be one of the following PjScheduleProjectFrom constants: pjProjectStart or pjProjectFinish. |
CurrentDate | Optional | Variant | The current date for the project. |
Calendar | Optional | String | The name of the base calendar for the project. |
StatusDate | Optional | Variant | The current status date for the project. |
Priority | Optional | Integer | The priority, ranging from 0 to 1000, of the active project. |
PartiallyDisabled | Optional | Boolean | True if Project displays the Project Information dialog box with all elements disabled except for the Enterprise Custom Fields section. |
Boolean
Using the ProjectSummaryInfo method with no arguments displays the Project Information dialog box.
[!includeSupport and feedback]