Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of workflow tasks for the item.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property Tasks As SPWorkflowTaskCollection
Get
'Usage
Dim instance As SPListItem
Dim value As SPWorkflowTaskCollection
value = instance.Tasks
public SPWorkflowTaskCollection Tasks { get; }
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskCollection
An SPWorkflowTaskCollection object that represents the workflow tasks.