SPWorkflowEventProperties.PostponedEvent property

Gets the reason the workflow instance was postponed.

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

Syntax

'Declaration
Public ReadOnly Property PostponedEvent As SPWorkflowPostponedEventType
    Get
'Usage
Dim instance As SPWorkflowEventProperties
Dim value As SPWorkflowPostponedEventType

value = instance.PostponedEvent
public SPWorkflowPostponedEventType PostponedEvent { get; }

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowPostponedEventType
The reason that the workflow was postponed.

Remarks

This property is only valid when the EventType property is a WorkflowPostponed event.

See also

Reference

SPWorkflowEventProperties class

SPWorkflowEventProperties members

Microsoft.SharePoint.Workflow namespace