Share via


OfficeTask.ShouldDelete method

Override this method to bypass reliance on DeleteTasksOnComplete

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Protected Overridable Function ShouldDelete As Boolean
'Usage
Dim returnValue As Boolean

returnValue = Me.ShouldDelete()
protected virtual bool ShouldDelete()

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace