AssociatedWorkItemInfo.AssignedTo Property
Gets a string assigned to the AssociatedWorkItemInfo object.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property AssignedTo As String
public string AssignedTo { get; }
public:
property String^ AssignedTo {
String^ get ();
}
member AssignedTo : string with get
function get AssignedTo () : String
Property Value
Type: System.String
A string assigned to the AssociatedWorkItemInfo object.
.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.