Share via


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).

See Also

Reference

BulkWorkflowWorkItem Class

BulkWorkflowWorkItem Members

Microsoft.Office.Workflow Namespace