ProjectTypeChangedPostEventArgs.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 ProjectTypeChangedPostEventArgs
Dim value As Guid
value = instance.CurrentWorkflowInstanceUid
instance.CurrentWorkflowInstanceUid = value
public Guid CurrentWorkflowInstanceUid { get; set; }
Property Value
Type: System.Guid
See Also
Reference
ProjectTypeChangedPostEventArgs Class