Share via


StartedPostEventArgs.WorkflowInstanceUid Property

Gets the GUID of the workflow instance.

Namespace:  Microsoft.Office.Project.Server.Events
Assembly:  Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)

Syntax

'Declaration
Public Property WorkflowInstanceUid As Guid
    Get
    Set
'Usage
Dim instance As StartedPostEventArgs
Dim value As Guid

value = instance.WorkflowInstanceUid

instance.WorkflowInstanceUid = value
public Guid WorkflowInstanceUid { get; set; }

Property Value

Type: System.Guid

See Also

Reference

StartedPostEventArgs Class

StartedPostEventArgs Members

Microsoft.Office.Project.Server.Events Namespace