Project.DisplayProjectSummaryTask Property

Project Developer Reference

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

Syntax

expression.DisplayProjectSummaryTask

expression   A variable that represents a Project object.

Return Value
Boolean

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

Visual Basic for Applications
  Sub NewProject()
FileNew
ActiveProject.<strong class="bterm">DisplayProjectSummaryTask</strong> = True

End Sub

See Also