OfficeTask.TaskDeletedOutcome Property

Gets or sets a value that represents which key in the TaskResults hash table needs to be incremented if a task is deleted.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property TaskDeletedOutcome As String
    Get
    Set
'Usage
Dim instance As OfficeTask
Dim value As String

value = instance.TaskDeletedOutcome

instance.TaskDeletedOutcome = value
[ValidationOptionAttribute(ValidationOption.Required)]
public string TaskDeletedOutcome { get; set; }

Property Value

Type: System.String
A string that contains the key in the TaskResults hash table that needs to be incremented.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace