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 list on which workflow tasks for this workflow instance are created.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowTaskList As SPList
Get
'Usage
Dim instance As IssueTracking
Dim value As SPList
value = instance.WorkflowTaskList
public SPList WorkflowTaskList { get; }
Property Value
Type: Microsoft.SharePoint.SPList
The list on which workflow tasks for this workflow instance are created.