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.