Stage class
Represents a stage in a project workflow.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.ProjectServer.Client.Stage
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("PS.Stage", ServerTypeId := "{d45d3ac9-ceb1-4a08-be32-ef74573a02e9}")> _
Public Class Stage _
Inherits ClientObject
'Usage
Dim instance As Stage
[ScriptTypeAttribute("PS.Stage", ServerTypeId = "{d45d3ac9-ceb1-4a08-be32-ef74573a02e9}")]
public class Stage : ClientObject
Remarks
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.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.