Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.