This documentation is archived and is not being maintained.

WorkItem::Links Property

Gets the collection of the links in this work item.

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

public:
property LinkCollection^ Links {
	LinkCollection^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::LinkCollection
The collection of links in this work item.

Show: