Share via


IWorkItemSummary.AssignedTo Property

Gets or sets the user to whom this work item is assigned.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Property AssignedTo As String
string AssignedTo { get; set; }
property String^ AssignedTo {
    String^ get ();
    void set (String^ value);
}
abstract AssignedTo : string with get, set
function get AssignedTo () : String 
function set AssignedTo (value : String)

Property Value

Type: System.String
The user to whom this work item is assigned.

.NET Framework Security

See Also

Reference

IWorkItemSummary Interface

Microsoft.TeamFoundation.Build.Client Namespace