title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Project.DisplayProjectSummaryTask property (Project) |
vbapj.chm131748 |
|
project-server |
|
4b04ec4a-a050-8038-c549-bc8942fbadd6 |
06/08/2017 |
medium |
True if the summary task for a project is visible. Read/write Boolean.
expression. DisplayProjectSummaryTask
expression A variable that represents a Project object.
The following example creates a new project and displays its summary task.
Sub NewProject()
FileNew
ActiveProject.DisplayProjectSummaryTask = True
End Sub
[!includeSupport and feedback]