WorkflowContext.TaskListGuid property

Gets the globally unique identifier (GUID) of the task list associated with the workflow context.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
Public ReadOnly Property TaskListGuid As String
    Get
'Usage
Dim instance As WorkflowContext
Dim value As String

value = instance.TaskListGuid
public string TaskListGuid { get; }

Property value

Type: System.String
A string that contains the GUID.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace