GetTaskListId class

Provides a workflow activity that returns the globally unique identifier (GUID) of the workflow task list a workflow instance.

Inheritance hierarchy

System.Object
  System.Activities.Activity
    System.Activities.ActivityWithResult
      System.Activities.Activity<Guid>
        Microsoft.SharePoint.WorkflowServices.Activities.GetTaskListId

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
Public NotInheritable Class GetTaskListId _
    Inherits Activity(Of Guid)
'Usage
Dim instance As GetTaskListId
public sealed class GetTaskListId : Activity<Guid>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

GetTaskListId members

Microsoft.SharePoint.WorkflowServices.Activities namespace