SharePointSequentialWorkflowActivity Class
Represents a workflow that executes activities sequentially.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
System.Workflow.Activities.SequentialWorkflowActivity
Microsoft.SharePoint.WorkflowActions.SharePointSequentialWorkflowActivity
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Class SharePointSequentialWorkflowActivity _
Inherits SequentialWorkflowActivity
'Usage
Dim instance As SharePointSequentialWorkflowActivity
public class SharePointSequentialWorkflowActivity : SequentialWorkflowActivity
Remarks
When this activity is used in Visual Studio with the Windows Workflow Foundation designer, it adds activities to the Visual Studio toolbox.
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.