ProjectContext.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 ProjectContext
Dim value As StageCollection

value = instance.Stages
public StageCollection Stages { get; }

Property value

Type: Microsoft.ProjectServer.Client.StageCollection

See also

Reference

ProjectContext class

ProjectContext members

Microsoft.ProjectServer.Client namespace