Share via


SPWorkflowEventProperties.CompletionType property

Gets the reason the workflow instance ended.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property CompletionType As SPWorkflowEventCompletionType
    Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As SPWorkflowEventCompletionType

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

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowEventCompletionType
The reason the workflow instance was ended.

Remarks

This property is only valid when the EventType property is WorkflowCompleted.

See also

Reference

SPWorkflowEventProperties class

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace