OpenedWorkItem.AssignedTo Property
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
'Déclaration
Public Property AssignedTo As String
Get
Set
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