GetHistoryListId class

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

Inheritance hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class GetHistoryListId _
    Inherits Activity(Of Guid)
'Usage
Dim instance As GetHistoryListId
public sealed class GetHistoryListId : 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

GetHistoryListId members

Microsoft.SharePoint.WorkflowServices.Activities namespace