Share via


OfficeTask.AssignedTo Property

Returns the names of the people assigned to the tasks in a task process.

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

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

value = instance.AssignedTo

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

Property Value

Type: System.String
The names of the people assigned to the tasks in a task process.

Remarks

The returned string contains XML that contains sets of users, some of which run in parallel and some of which run in serial, and the set of sets always runs in serial. This string also includes information about the order in which each set is run.

See Also

Reference

OfficeTask Class

OfficeTask Members

Microsoft.Office.Workflow.Actions Namespace