OfficeTask.AllowEnableModificationUpdateAllTasks method

Override this function to allow or disallow the UpdateAllTasks modificiation for this OfficeTask process

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

Syntax

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

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

Return value

Type: System.Boolean
Returns Boolean.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace