SPWorkflowActivationProperties.TaskListUrl Property
Gets the URL of the list on which workflow tasks for this workflow instance are created.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public ReadOnly Property TaskListUrl As String
Get
'Usage
Dim instance As SPWorkflowActivationProperties
Dim value As String
value = instance.TaskListUrl
public string TaskListUrl { get; }
Property Value
Type: System.String
A String that represents the task list URL.
See Also
Reference
SPWorkflowActivationProperties Class