ProjectSequence class

Initializes a Project Server workflow and contains all other activities that are part of the Project Server workflow.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.DependencyObject
    System.Workflow.ComponentModel.Activity
      System.Workflow.ComponentModel.CompositeActivity
        Microsoft.Office.Project.Server.Workflow.ProjectSequence

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

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(ProjectSequence), "Resources.ProjectSequence.bmp")> _
Public Class ProjectSequence _
    Inherits CompositeActivity _
    Implements IActivityEventListener(Of ActivityExecutionStatusChangedEventArgs)
'Usage
Dim instance As ProjectSequence
[ToolboxBitmapAttribute(typeof(ProjectSequence), "Resources.ProjectSequence.bmp")]
public class ProjectSequence : CompositeActivity, 
    IActivityEventListener<ActivityExecutionStatusChangedEventArgs>

Remarks

The Workflow Designer pane and the Properties pane in Microsoft Visual Studio 2010 enable you to get and set properties in fields for the ProjectSequence activity.

For an example that uses the ProjectSequence activity, see How to: Create a Branching Workflow.

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

ProjectSequence members

Microsoft.Office.Project.Server.Workflow namespace