Share via


AtomicTaskItemUpdatedHelper.AssignedTo property

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

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

value = instance.AssignedTo

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

Property value

Type: System.Activities.InOutArgument<Collection<String>>

See also

Reference

AtomicTaskItemUpdatedHelper class

AtomicTaskItemUpdatedHelper members

Microsoft.SharePoint.WorkflowServices.Activities namespace