This documentation is archived and is not being maintained.

WorkItemLinkTypeCollection::LinkTypeEnds Property

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

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

public:
property WorkItemLinkTypeEndCollection^ LinkTypeEnds {
	WorkItemLinkTypeEndCollection^ get ();
}

Property Value

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

Show: