SPWorkflowFilter.ExclusiveFilterStates Property
Gets or sets the workflow state criteria to be used to exclude workflows or workflow task 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 Property ExclusiveFilterStates As SPWorkflowState
Get
Set
'Usage
Dim instance As SPWorkflowFilter
Dim value As SPWorkflowState
value = instance.ExclusiveFilterStates
instance.ExclusiveFilterStates = value
public SPWorkflowState ExclusiveFilterStates { get; set; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowState
An SPWorkflowState object that represent the workflow state criteria.