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 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.