SPWorkflowTaskProperties.AssignedTo Property
Gets or sets the user name of the person to whom the workflow task is assigned.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Property AssignedTo As String
Get
Set
'Usage
Dim instance As SPWorkflowTaskProperties
Dim value As String
value = instance.AssignedTo
instance.AssignedTo = value
public string AssignedTo { get; set; }
Property Value
Type: System.String
A String that represents the user name.
See Also
Reference
SPWorkflowTaskProperties Class