Compartir a través de


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

'Declaración
Public ReadOnly Property AddedBy As String
    Get
public string AddedBy { get; }
public:
property String^ AddedBy {
    String^ get ();
}
member AddedBy : string
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