WorkItemLink.LinkTypeEnd Property

Gets the link type end of this link.

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

Syntax

'Declaration
Public ReadOnly Property LinkTypeEnd As WorkItemLinkTypeEnd
public WorkItemLinkTypeEnd LinkTypeEnd { get; }
public:
property WorkItemLinkTypeEnd^ LinkTypeEnd {
    WorkItemLinkTypeEnd^ get ();
}
member LinkTypeEnd : WorkItemLinkTypeEnd with get
function get LinkTypeEnd () : WorkItemLinkTypeEnd

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkTypeEnd
The link type end of this link.

.NET Framework Security

See Also

Reference

WorkItemLink Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace