Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 936 Bytes

Project.Group2.ShowSummary.md

File metadata and controls

41 lines (23 loc) · 936 Bytes
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Group2.ShowSummary property (Project)
project-server
Project.Group2.ShowSummary
8cc3401e-ade3-c561-d561-e98a79e7bb22
06/08/2017
medium

Group2.ShowSummary property (Project)

True if summary tasks are displayed in a task view that is organized by group. Read/write Boolean.

Syntax

expression. ShowSummary

expression An expression that returns a Group2 object.

Example

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

See also

Group2 Object

[!includeSupport and feedback]