SPWorkflowCollection.ExclusiveFilterStates property

Gets the workflow state criteria that were used to exclude workflow instances from the collection results set.

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

Syntax

'Declaration
Public ReadOnly Property ExclusiveFilterStates As SPWorkflowState
    Get
'Usage
Dim instance As SPWorkflowCollection
Dim value As SPWorkflowState

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

Property value

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

See also

Reference

SPWorkflowCollection class

SPWorkflowCollection 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