Share via


CompositeTask.ParallelAssignment property

Gets or sets whether the task assignment should be parallel or serial.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public Property ParallelAssignment As InArgument(Of Boolean)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of Boolean)

value = instance.ParallelAssignment

instance.ParallelAssignment = value
public InArgument<bool> ParallelAssignment { get; set; }

Property value

Type: System.Activities.InArgument<Boolean>
true if the task assignment should be parallel or false if the task assignment should be serial.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace