Share via


CompleteTask.TaskOutcome property

Gets or sets the outcome of the task that is marked as completed by the CompleteTask.

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

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

value = instance.TaskOutcome

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

Property value

Type: System.String
The outcome of the task that is marked as completed.

See also

Reference

CompleteTask class

CompleteTask members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)