SPWorkflowEventProperties.CompletionType - Propriété

Obtient la raison pour laquelle l'instance de workflow est terminée.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CompletionType As SPWorkflowEventCompletionType
    Get
'Utilisation
Dim instance As SPWorkflowEventProperties
Dim value As SPWorkflowEventCompletionType

value = instance.CompletionType
public SPWorkflowEventCompletionType CompletionType { get; }

Valeur de propriété

Type : Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType
La raison pour laquelle l'instance de workflow a été interrompue.

Remarques

Cette propriété n'est valide que lorsque la propriété EventType est WorkflowCompleted.

Voir aussi

Référence

SPWorkflowEventProperties classe

SPWorkflowEventProperties - Membres

Microsoft.SharePoint.Workflow - Espace de noms