SharedWorkspaceTask.AssignedTo Property

Returns or sets the SharedWorkspaceMember to whom the task is assigned.

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

Syntax

'Declaration
Property AssignedTo As String
    Get
    Set
'Usage
Dim instance As SharedWorkspaceTask
Dim value As String

value = instance.AssignedTo

instance.AssignedTo = value
string AssignedTo { get; set; }

Property Value

Type: System.String

Remarks

The optional AssignedTo property of a shared workspace task returns the display name or Name property of the SharedWorkspaceMember to whom the task is assigned. However, use the DomainName property of a SharedWorkspaceMember to set this property.

See Also

Reference

SharedWorkspaceTask Interface

SharedWorkspaceTask Members

Microsoft.Office.Core Namespace