PS.CustomFieldRollupType enumeration (ps.js)

Specifies the summary roll-up type for a custom field.

Applies to: Project Professional 2013 | Project Server 2013

PS.CustomFieldRollupType

Remarks

CustomFieldRollupType constants can be used with the with the CustomField.RollupType property.

Members

The CustomFieldRollupType enumeration has the following members.

Member

Value

Description

notSpecified

-1

max

0

min

1

count

2

sum

3

average

4

averageSublevel

5

countSublevel

6

countNonSummary

7

stdDev

8

formula

9

none

10

average

averageSublevel

count

countNonSummary

countSublevel

formula

max

min

none

notSpecified

stdDev

sum

See also

Reference

Microsoft.ProjectServer.Client.CustomFieldRollupType