Share via


SPWorkflowFilter.ExclusiveFilterStates property

Gets or sets the workflow state criteria to be used to exclude workflows or workflow task from the collection results set.

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

Syntax

'Declaration
Public Property ExclusiveFilterStates As SPWorkflowState
    Get
    Set
'Usage
Dim instance As SPWorkflowFilter
Dim value As SPWorkflowState

value = instance.ExclusiveFilterStates

instance.ExclusiveFilterStates = value
public SPWorkflowState ExclusiveFilterStates { get; set; }

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowState
An SPWorkflowState object that represent the workflow state criteria.

See also

Reference

SPWorkflowFilter class

SPWorkflowFilter members

Microsoft.SharePoint.Workflow namespace