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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.