This topic has not yet been rated - Rate this topic

Stage class

Office 2013

Represents a stage in a project workflow.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
<ScriptTypeAttribute("PS.Stage", ServerTypeId := "{d45d3ac9-ceb1-4a08-be32-ef74573a02e9}")> _
Public Class Stage _
	Inherits ClientObject
Dim instance As Stage
[ScriptTypeAttribute("PS.Stage", ServerTypeId = "{d45d3ac9-ceb1-4a08-be32-ef74573a02e9}")]
public class Stage : ClientObject

A project stage represents one step in a project life cycle. A stage includes one or more project detail pages that are linked by common logic or theme. Stages at a user level appear as steps in a project. At each step, data must be entered, modified, reviewed, or processed.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.