de la propiedad SPWorkflowEventProperties.CompletionType
Obtiene el motivo de la finalización de la instancia de flujo de trabajo.
Espacio de nombres: Microsoft.SharePoint.Workflow
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public ReadOnly Property CompletionType As SPWorkflowEventCompletionType
Get
'Uso
Dim instance As SPWorkflowEventProperties
Dim value As SPWorkflowEventCompletionType
value = instance.CompletionType
public SPWorkflowEventCompletionType CompletionType { get; }
Valor de propiedad
Tipo: Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType
El motivo de la instancia de flujo de trabajo ha terminado.
Comentarios
Esta propiedad sólo es válida cuando la propiedad EventType es WorkflowCompleted.
Vea también
Referencia
clase SPWorkflowEventProperties