SPWorkflowEventProperties.CorrelationId property
Gets the correlation identifier for the workflow, if supplied.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property CorrelationId As Guid
Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As Guid
value = instance.CorrelationId
public Guid CorrelationId { get; }
Property value
Type: System.Guid
See also
Reference
SPWorkflowEventProperties class