de la propiedad WorkflowRunningEventArgs.WorkflowInstanceUid
Obtiene el GUID de una instancia de flujo de trabajo del proyecto actual.
Espacio de nombres: Microsoft.Office.Project.Server.Events
Ensamblado: Microsoft.Office.Project.Server.Events.Receivers (en Microsoft.Office.Project.Server.Events.Receivers.dll)
Sintaxis
'Declaración
Public ReadOnly Property WorkflowInstanceUid As Guid
Get
'Uso
Dim instance As WorkflowRunningEventArgs
Dim value As Guid
value = instance.WorkflowInstanceUid
public Guid WorkflowInstanceUid { get; }
Valor de propiedad
Tipo: System.Guid
Vea también
Referencia
clase WorkflowRunningEventArgs