Skip to content

Latest commit

 

History

History
74 lines (38 loc) · 1.6 KB

Project.Group2.md

File metadata and controls

74 lines (38 loc) · 1.6 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Group2 object (Project)
project-server
Project.Group2
a7a61fa4-e752-006e-a47e-03987b04f01c
06/08/2017
medium

Group2 object (Project)

Represents a group definition where the group hierarchy can be maintained. A Group2 object is a member of a Groups2, ResourceGroups2, or TaskGroups2 collection.

Remarks

The Group2 object includes the MaintainHierarchy property.

Using the Group Object

Use TaskGroups2(Index) or ResourceGroups2(Index), where Index is the group definition index or group definition name, to return a Group2 object.

Example

The following example ensures that the Standard Rate resource group displays summary task information.

ActiveProject.ResourceGroups2("Standard Rate").ShowSummary = True

Methods

Name
Delete

Properties

Name
Application
GroupAssignments
GroupCriteria
Index
MaintainHierarchy
Name
Parent
ShowSummary

See also

Project Object Model

[!includeSupport and feedback]