IssueTracking.WorkflowTaskList Property
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.