AssociatedWorkItem.AssignedTo Property

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

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

AssociatedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Activities Namespace