WorkflowRunningEventArgs.EnterpriseProjectTypeUid - Propriété
Obtient le GUID du type de projet entreprise (TPE) utilisé pour créer le projet.
Espace de noms : Microsoft.Office.Project.Server.Events
Assembly : Microsoft.Office.Project.Server.Events.Receivers (dans Microsoft.Office.Project.Server.Events.Receivers.dll)
Syntaxe
'Déclaration
Public ReadOnly Property EnterpriseProjectTypeUid As Guid
Get
'Utilisation
Dim instance As WorkflowRunningEventArgs
Dim value As Guid
value = instance.EnterpriseProjectTypeUid
public Guid EnterpriseProjectTypeUid { get; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
WorkflowRunningEventArgs classe