RootWorkflowActivityWithData Class
Defines a workflow activity that is used to receive and process a workflow field and its value.
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.RootWorkflowActivityWithData
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public Class RootWorkflowActivityWithData _
Inherits SequentialWorkflowActivity
'Usage
Dim instance As RootWorkflowActivityWithData
public class RootWorkflowActivityWithData : SequentialWorkflowActivity
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.