SharedWorkspaceTask.AssignedTo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.