Phase.Stages property
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 Phase
Dim value As StageCollection
value = instance.Stages
public StageCollection Stages { get; }
Property value
Type: Microsoft.ProjectServer.Client.StageCollection