Share via


CompositeTask.OutcomeFieldName property

Gets or sets the name of the outcome field.

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

Syntax

'Declaration
<RequiredArgumentAttribute> _
Public Property OutcomeFieldName As InArgument(Of String)
    Get
    Set
'Usage
Dim instance As CompositeTask
Dim value As InArgument(Of String)

value = instance.OutcomeFieldName

instance.OutcomeFieldName = value
[RequiredArgumentAttribute]
public InArgument<string> OutcomeFieldName { get; set; }

Property value

Type: System.Activities.InArgument<String>
The name of the outcome field.

See also

Reference

CompositeTask class

CompositeTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace