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)

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

SPWorkflowActivationProperties members

Microsoft.SharePoint.Workflow namespace