WorkflowRunningEventArgs.WorkflowInstanceUid - Propriété
Obtient le GUID d'une instance de flux de travail du projet actif.
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 WorkflowInstanceUid As Guid
Get
'Utilisation
Dim instance As WorkflowRunningEventArgs
Dim value As Guid
value = instance.WorkflowInstanceUid
public Guid WorkflowInstanceUid { get; }
Valeur de propriété
Type : System.Guid
Voir aussi
Référence
WorkflowRunningEventArgs classe