This topic has not yet been rated - Rate this topic

ProjectContext.Stages property

Office 2013

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

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Public ReadOnly Property Stages As StageCollection
	Get
Dim instance As ProjectContext
Dim value As StageCollection

value = instance.Stages

public StageCollection Stages { get; }

Property value

Type: Microsoft.ProjectServer.Client.StageCollection
A collection of Stage objects.

A workflow stage is a specific subsection of a workflow phase.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.