WSSTask.OnTaskCancelled Property

Gets or sets a value that indicates whether the workflow task has been cancelled.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property OnTaskCancelled As TaskCancelledCheck
    Get
    Set
'Usage
Dim instance As WSSTask
Dim value As TaskCancelledCheck

value = instance.OnTaskCancelled

instance.OnTaskCancelled = value
[BrowsableAttribute(true)]
[ValidationOptionAttribute(ValidationOption.Optional)]
public TaskCancelledCheck OnTaskCancelled { get; set; }

Property Value

Type: Microsoft.Office.Workflow.TaskCancelledCheck
If the workflow task has been cancelled, true; otherwise, false.

See Also

Reference

WSSTask Class

WSSTask Members

Microsoft.Office.Workflow Namespace