RelatedLink Class

This class stores related links. A RelatedLink links two WorkItem objects in the same store.

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

Syntax

'Declaration
Public Class RelatedLink _
    Inherits Link
'Usage
Dim instance As RelatedLink
public class RelatedLink : Link
public ref class RelatedLink : public Link
public class RelatedLink extends Link

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.WorkItemTracking.Client.Link
    Microsoft.TeamFoundation.WorkItemTracking.Client.RelatedLink

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RelatedLink Members

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace