SingleTask.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 SingleTask
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.