OfficeTask.Outcomes property

A list of outcomes for all tasks in this process, in the form of "display1,outcome1;display2,outcome2"

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

Syntax

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

value = instance.Outcomes

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

Property value

Type: System.String
Returns String.

See also

Reference

OfficeTask class

OfficeTask members

Microsoft.Office.Workflow.Actions namespace