StageCollection class

Represents a collection of workflow Stage objects.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientObject
    Microsoft.SharePoint.Client.ClientObjectCollection
      Microsoft.SharePoint.Client.ClientObjectCollection<Stage>
        Microsoft.ProjectServer.Client.StageCollection

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<ScriptTypeAttribute("PS.StageCollection", ServerTypeId := "{79c2beb5-f9fe-46c5-96b2-13c440eca23b}")> _
Public Class StageCollection _
    Inherits ClientObjectCollection(Of Stage)
'Usage
Dim instance As StageCollection
[ScriptTypeAttribute("PS.StageCollection", ServerTypeId = "{79c2beb5-f9fe-46c5-96b2-13c440eca23b}")]
public class StageCollection : ClientObjectCollection<Stage>

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.

See also

Reference

StageCollection members

Microsoft.ProjectServer.Client namespace

Stage

StageCreationInformation

Stages