Edit

Share via


SharedWorkspaceTask.AssignedTo Property

Definition

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

public:
 property System::String ^ AssignedTo { System::String ^ get(); void set(System::String ^ value); };
public string AssignedTo { get; set; }
member this.AssignedTo : string with get, set
Public Property AssignedTo As String

Property Value

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.

Applies to