Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the user the 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 the work item is assigned to.
.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.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace