title | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | |
---|---|---|---|---|---|---|
Group2.ShowSummary property (Project) |
project-server |
|
8cc3401e-ade3-c561-d561-e98a79e7bb22 |
06/08/2017 |
medium |
True if summary tasks are displayed in a task view that is organized by group. Read/write Boolean.
expression. ShowSummary
expression An expression that returns a Group2 object.
The following example displays the name of the second Group2 object in the TaskGroups2 collection, and then displays the setting for the ShowSummary property in the Immediate window.
Debug.Print ActiveProject.TaskGroups2(2).Name
Debug.Print activeproject.TaskGroups2(2).ShowSummary
[!includeSupport and feedback]