WorkflowTask.AssignedTo Property

Gets the name of the person that the workflow task is assigned to. Read-only.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Property AssignedTo As String
    Get
'Usage
Dim instance As WorkflowTask
Dim value As String

value = instance.AssignedTo
string AssignedTo { get; }

Property Value

Type: System.String
String

See Also

Reference

WorkflowTask Interface

WorkflowTask Members

Microsoft.Office.Core Namespace