Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 844 Bytes

Project.Project.DisplayProjectSummaryTask.md

File metadata and controls

41 lines (26 loc) · 844 Bytes
title keywords f1_keywords ms.service api_name ms.assetid ms.date ms.localizationpriority
Project.DisplayProjectSummaryTask property (Project)
vbapj.chm131748
vbapj.chm131748
project-server
Project.Project.DisplayProjectSummaryTask
4b04ec4a-a050-8038-c549-bc8942fbadd6
06/08/2017
medium

Project.DisplayProjectSummaryTask property (Project)

True if the summary task for a project is visible. Read/write Boolean.

Syntax

expression. DisplayProjectSummaryTask

expression A variable that represents a Project object.

Example

The following example creates a new project and displays its summary task.

Sub NewProject() 
 
 FileNew 
 ActiveProject.DisplayProjectSummaryTask = True 
 
End Sub

[!includeSupport and feedback]