ProjectContext.Phases property

Gets the collection of Project Server workflow phases in the Project Web App instance.

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

Syntax

'Declaration
Public ReadOnly Property Phases As PhaseCollection
    Get
'Usage
Dim instance As ProjectContext
Dim value As PhaseCollection

value = instance.Phases
public PhaseCollection Phases { get; }

Property value

Type: Microsoft.ProjectServer.Client.PhaseCollection
A collection of Phase objects.

Remarks

A workflow phase is a major part of a workflow. A phase can contain one or more stages in the workflow.

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace