Share via


SingleTask.TaskId property

Gets or sets the identifier of the single task.

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

Syntax

'Declaration
Public Property TaskId As OutArgument(Of String)
    Get
    Set
'Usage
Dim instance As SingleTask
Dim value As OutArgument(Of String)

value = instance.TaskId

instance.TaskId = value
public OutArgument<string> TaskId { get; set; }

Property value

Type: System.Activities.OutArgument<String>
The identifier of the task.

See also

Reference

SingleTask class

SingleTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace