SPWorkflowCollection.InclusiveFilterStates property

Gets the workflow state criteria that were used to include workflow instances in the collection results set.

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

Syntax

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

value = instance.InclusiveFilterStates
public SPWorkflowState InclusiveFilterStates { 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