共用方式為


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

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

Workflow Development for SharePoint Foundation

Workflow Object Model Overview in SharePoint Foundation