Share via


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

See Also

Reference

AssociatedWorkItemInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace