Share via


WorkItemLinkTypeCollection.LinkTypeEnds Property

Gets a collection of all WorkItemLinkType objects that are associated with the WorkItemLinkTypes in this collection.

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

Syntax

'Declaration
Public ReadOnly Property LinkTypeEnds As WorkItemLinkTypeEndCollection
public WorkItemLinkTypeEndCollection LinkTypeEnds { get; }
public:
property WorkItemLinkTypeEndCollection^ LinkTypeEnds {
    WorkItemLinkTypeEndCollection^ get ();
}
member LinkTypeEnds : WorkItemLinkTypeEndCollection with get
function get LinkTypeEnds () : WorkItemLinkTypeEndCollection

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEndCollection
A collection of all WorkItemLinkType objects that are associated with the WorkItemLinkTypes in this collection.

.NET Framework Security

See Also

Reference

WorkItemLinkTypeCollection Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace