PSGroupingTypeId Enumeration

Specifies how a project line item is handled in grouping operations.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration PSGroupingTypeId
'Usage
Dim instance As PSGroupingTypeId
public enum PSGroupingTypeId

Members

Member name Description
GroupingTypeExcluded Value = 0. Excluded from grouping operations.
GroupingTypeRequired Value = 1. Required for grouping operations.
GroupingTypeWork Value = 2. Included in work based grouping operations.
GroupingTypeCost Value = 3. Included in cost based grouping operations.
GroupingTypeEarnedValue Value = 4. Included in earned value based grouping operations.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace