Share via


ProjectTypeChangingEventArgs.CurrentWorkflowInstanceUid property

Gets the GUID of the current 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 CurrentWorkflowInstanceUid As Guid
    Get
    Set
'Usage
Dim instance As ProjectTypeChangingEventArgs
Dim value As Guid

value = instance.CurrentWorkflowInstanceUid

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

Property value

Type: System.Guid

See also

Reference

ProjectTypeChangingEventArgs class

ProjectTypeChangingEventArgs members

Microsoft.Office.Project.Server.Events namespace