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
- 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.