CustomFieldRollupType enumeration

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

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

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

Members

Member name Description
NotSpecified Not Specified.
Max Value=0. Maximum.
Min Value=1. Minimum.
Count Value=2. Count.
Sum Value=3. Sum.
Average Value=4. Average.
AverageSublevel Value=5. Average sublevel.
CountSublevel Value=6. Count sublevel.
CountNonSummary Value=7. Count non-summary.
StdDev Value=8. Standard deviation.
Formula Value=9. Formula.
None Value=10. None.

Remarks

The CustomFieldRollupType enumeration in the CSOM is equivalent to CustomField.SummaryRollup in the Microsoft.Office.Project.Server.Library namespace. The CustomFieldRollupType constants can be used with the CustomField.RollupType property.

See also

Reference

Microsoft.ProjectServer.Client namespace