SetProjectStage class

The workflow activity that sets the current stage of a Project Server workflow.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      Microsoft.Office.Project.Server.Workflow.SetProjectStage

Namespace:  Microsoft.Office.Project.Server.Workflow
Assembly:  Microsoft.Office.Project.Server.Workflow (in Microsoft.Office.Project.Server.Workflow.dll)

Syntax

'Declaration
<PersistOnCloseAttribute> _
<ToolboxBitmapAttribute(GetType(SetProjectStage), "Resources.SetProjectStage.bmp")> _
Public NotInheritable Class SetProjectStage _
    Inherits Activity _
    Implements IActivityEventListener(Of QueueEventArgs)
'Usage
Dim instance As SetProjectStage
[PersistOnCloseAttribute]
[ToolboxBitmapAttribute(typeof(SetProjectStage), "Resources.SetProjectStage.bmp")]
public sealed class SetProjectStage : Activity, 
    IActivityEventListener<QueueEventArgs>

Remarks

The SetProjectStage activity sets the stage specified by the StageUid property. You must also specify the numerical order of the stage in the workflow by using the StageOrder property.

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

SetProjectStage members

Microsoft.Office.Project.Server.Workflow namespace