WorkflowContext.WorkflowInstanceId Property
Gets the globally unique identifier (GUID) of the current workflow instance.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowInstanceId As Guid
Get
'Usage
Dim instance As WorkflowContext
Dim value As Guid
value = instance.WorkflowInstanceId
public Guid WorkflowInstanceId { get; }
Property Value
Type: System.Guid
A Guid that represents the identifier.