CompositeTaskHelper.StopAssigningTask property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
Public Property StopAssigningTask As OutArgument(Of Boolean)
Get
Set
'Usage
Dim instance As CompositeTaskHelper
Dim value As OutArgument(Of Boolean)
value = instance.StopAssigningTask
instance.StopAssigningTask = value
public OutArgument<bool> StopAssigningTask { get; set; }
Property value
Type: System.Activities.OutArgument<Boolean>