Project.StaleFlags enumeration

Specifies the flags that indicate which project elements need to be updated.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration StaleFlags
'Usage
Dim instance As Project.StaleFlags
[FlagsAttribute]
public enum StaleFlags

Members

Member name Description
WBS Value=1. The work breakdown structure.
EarnedValue Value=2. The earned value.
Rollups Value=4. The task rollups.
SubProjectPublish Value=8. Dependent project publishing.
Calcs Value=16. The calculations.
GhostTasks Value=32. The ghost tasks.

See also

Reference

Microsoft.Office.Project.Server.Library namespace