SPWorkflow.TaskFilter property

Gets or sets the filter criteria applied to the workflow task collection, such as to whom the workflow is assigned, and the workflow state.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property TaskFilter As SPWorkflowFilter
    Get
    Set
'Usage
Dim instance As SPWorkflow
Dim value As SPWorkflowFilter

value = instance.TaskFilter

instance.TaskFilter = value
public SPWorkflowFilter TaskFilter { get; set; }

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowFilter
An SPWorkflowFilter that represents the filter criteria.

See also

Reference

SPWorkflow class

SPWorkflow members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview