UpdateProjectStageStatus Class

The workflow activity that updates the status field and the status information field in the specified project stage.

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(UpdateProjectStageStatus), "Resources.UpdateProjectStageStatus.bmp")> _
Public Class UpdateProjectStageStatus _
    Inherits Activity
'Usage
Dim instance As UpdateProjectStageStatus
[ToolboxBitmapAttribute(typeof(UpdateProjectStageStatus), "Resources.UpdateProjectStageStatus.bmp")]
public class UpdateProjectStageStatus : Activity

Remarks

The UpdateProjectStageStatus activity can set the status field to one of the constants in the UpdateProjectStageStatusFieldValue enumeration.

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

UpdateProjectStageStatus Members

Microsoft.Office.Project.Server.Workflow Namespace