ProjectServer.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
<RemoteAttribute> _
Public ReadOnly Property Stages As StageCollection
    Get
'Usage
Dim instance As ProjectServer
Dim value As StageCollection

value = instance.Stages
[RemoteAttribute]
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.

See also

Reference

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace