Share via


WorkItem.Links Property

Gets the collection of outgoing links for this WorkItem.

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

Syntax

'Declaration
Public ReadOnly Property Links As LinkCollection
'Usage
Dim instance As WorkItem 
Dim value As LinkCollection 

value = instance.Links
public LinkCollection Links { get; }
public:
property LinkCollection^ Links {
    LinkCollection^ get ();
}
public function get Links () : LinkCollection

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.LinkCollection

Remarks

The sort order of this collection is not guaranteed to stay the same when the work item is reset or a new instance is created.

.NET Framework Security

See Also

Reference

WorkItem Class

WorkItem Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace