BulkWorkflowWorkItem.TaskType property
Gets or sets the type of workflow task that are processed by the bulk workflow process.
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property TaskType As Integer
Get
Set
'Usage
Dim instance As BulkWorkflowWorkItem
Dim value As Integer
value = instance.TaskType
instance.TaskType = value
public int TaskType { get; set; }
Property value
Type: System.Int32
An integer value that represents a workflow task type identifier (ID).