Share via


SingleTask.AssignedTo property

Gets or sets the name of the individual or group to which the task is assigned.

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

Syntax

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

value = instance.AssignedTo

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

Property value

Type: System.Activities.InArgument<String>
The name of the individual or group.

See also

Reference

SingleTask class

SingleTask members

Microsoft.SharePoint.WorkflowServices.Activities namespace