다음을 통해 공유


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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 SharePoint Foundation

Workflow Development for SharePoint Foundation

Workflow Object Model Overview in SharePoint Foundation