SPWorkflowFilter.AssignedTo Property
Gets or sets the assigned-to 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 AssignedTo As SPWorkflowAssignedToFilter
Get
Set
'Usage
Dim instance As SPWorkflowFilter
Dim value As SPWorkflowAssignedToFilter
value = instance.AssignedTo
instance.AssignedTo = value
public SPWorkflowAssignedToFilter AssignedTo { get; set; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowAssignedToFilter
An SPWorkflowAssignedToFilter object that represents the assigned-to criteria.