OfficeTask.DeleteTasksOnComplete Property

Indicates whether the child tasks of the task process should be deleted when they are marked as completed.

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

Syntax

'Declaration
Public Property DeleteTasksOnComplete As Boolean
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As Boolean

value = instance.DeleteTasksOnComplete

instance.DeleteTasksOnComplete = value
public bool DeleteTasksOnComplete { get; set; }

Property Value

Type: System.Boolean
true deletes all child tasks when they are complete; false does not.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace