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

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

ProjectServer class

ProjectServer members

Microsoft.ProjectServer.Client namespace