This class stores related links. A
RelatedLink links two
WorkItem objects in the same store and across stores.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in microsoft.teamfoundation.workitemtracking.client.dll)

Syntax
Visual Basic (Declaration)
Public Class RelatedLink
Inherits Link
Dim instance As RelatedLink
public class RelatedLink : Link
public ref class RelatedLink : public Link
public class RelatedLink extends Link
public class RelatedLink extends Link

Inheritance Hierarchy

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