Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.