Phase.Stages property
Gets a collection of stages for a phase.
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 Phase
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 stage represents one step in a project life cycle.