Share via


SPWorkflowFilter.InclusiveFilterStates Property

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

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

value = instance.InclusiveFilterStates

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