WorkItemLink.AddedBy Property

Gets the name of the user who created this link.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property AddedBy As String
public string AddedBy { get; }
public:
property String^ AddedBy {
    String^ get ();
}
member AddedBy : string with get
function get AddedBy () : String

Property Value

Type: System.String
The name of the user who created this link.

.NET Framework Security

See Also

Reference

WorkItemLink Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace