WorkflowRunningEventArgs.EnterpriseProjectTypeUid Property
Gets the GUID of the enterprise project type (EPT) used to create the project.
Namespace: Microsoft.Office.Project.Server.Events
Assembly: Microsoft.Office.Project.Server.Events.Receivers (in Microsoft.Office.Project.Server.Events.Receivers.dll)
'Declaration
Public ReadOnly Property EnterpriseProjectTypeUid As Guid
Get
'Usage
Dim instance As WorkflowRunningEventArgs
Dim value As Guid
value = instance.EnterpriseProjectTypeUid
public Guid EnterpriseProjectTypeUid { get; }
Type: System.Guid
WorkflowRunningEventArgs Class