Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.25 KB

Project.Group.md

File metadata and controls

49 lines (34 loc) · 1.25 KB
title ms.service api_name ms.assetid ms.date ms.localizationpriority
Group object (Project)
project-server
Project.Group
e3756818-f051-1ae4-5402-0398e568ebfc
06/08/2017
medium

Group object (Project)

Represents a group definition. A Group object is a member of the ResourceGroups collection or the TaskGroups collection.

Remarks

Using the Group Object

Use TaskGroups(Index) or ResourceGroups(Index), where Index is the group definition index or group definition name, to return a Group object.

Example

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

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

Methods

Name
Delete

Properties

Name
Application
GroupAssignments
GroupCriteria
Index
Name
Parent
ShowSummary

[!includeSupport and feedback]