RelatedLink.LinkTypeEnd Property
Gets the work item link type end that is associated with 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
Returns WorkItemLinkTypeEnd.
.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.