OpenedWorkItem.AssignedTo Property

Gets or sets the domain name of the user to whom the work item is currently assigned.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Tracking
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
Returns String.

.NET Framework Security

See Also

Reference

OpenedWorkItem Class

Microsoft.TeamFoundation.Build.Workflow.Tracking Namespace