WorkflowRunningEventArgs.WorkflowInstanceUid property
Gets the GUID of a workflow instance of the current project.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntax
'Declaration
Public ReadOnly Property WorkflowInstanceUid As Guid
Get
'Usage
Dim instance As WorkflowRunningEventArgs
Dim value As Guid
value = instance.WorkflowInstanceUid
public Guid WorkflowInstanceUid { get; }
Property value
Type: System.Guid
See also
Reference
WorkflowRunningEventArgs class