ProjectContext.Stages property
Gets the collection of Project Server workflow stages in a Project Web App instance.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Stages As StageCollection
Get
'Usage
Dim instance As ProjectContext
Dim value As StageCollection
value = instance.Stages
public StageCollection Stages { get; }
Property value
Type: Microsoft.ProjectServer.Client.StageCollection
A collection of Stage objects.
Remarks
A workflow stage is a specific subsection of a workflow phase.