CollectDataTask.AssignedTo Property

Gets or sets the information about the persons to whom the task is assigned.

Namespace:  Microsoft.SharePoint.WorkflowActions.WithKey
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(True)> _
Public Property AssignedTo As String
    Get
    Set
'Usage
Dim instance As CollectDataTask
Dim value As String

value = instance.AssignedTo

instance.AssignedTo = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(true)]
public string AssignedTo { get; set; }

Property Value

Type: System.String
The information about the persons to whom the task is assigned.

See Also

Reference

CollectDataTask Class

CollectDataTask Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace