CompositeTask.Outcome property

Gets or sets the actual value of the task outcome.

Namespace:  Microsoft.SharePoint.WorkflowServices.Activities
Assembly:  Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property Outcome As OutArgument(Of Integer)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As OutArgument(Of Integer)

value = instance.Outcome

instance.Outcome = value
[RequiredArgumentAttribute]
public OutArgument<int> Outcome { get; set; }

Property value

Type: System.Activities.OutArgument<Int32>
The actual value of the task outcome.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace