SingleTask.CompletedStatus property
Gets or sets the status of the task after completion.
Namespace: Microsoft.SharePoint.WorkflowServices.Activities
Assembly: Microsoft.SharePoint.WorkflowServices.Activities (in Microsoft.SharePoint.WorkflowServices.Activities.dll)
Syntax
'Declaration
<RequiredArgumentAttribute> _
Public Property CompletedStatus As InArgument(Of String)
Get
Set
'Usage
Dim instance As SingleTask
Dim value As InArgument(Of String)
value = instance.CompletedStatus
instance.CompletedStatus = value
[RequiredArgumentAttribute]
public InArgument<string> CompletedStatus { get; set; }
Property value
Type: System.Activities.InArgument<String>
The status of the task.