SPItemEventArgs.workflowId field
The ID of the workflow instance.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public workflowId As Guid
'Usage
Dim instance As SPItemEventArgs
Dim value As Guid
value = instance.workflowId
instance.workflowId = value
public Guid workflowId
Remarks
When the ISharePointService raises the OnWorkflowItemChanged or OnWorkflowItemDeleted event, the event parameters are contained in the SPItemEventArgs class.