FactLinkEntry Class
Namespace: Microsoft.TeamFoundation.Adapter
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public MustInherit Class FactLinkEntry _
Inherits Hashtable
'Usage
Dim instance As FactLinkEntry
public abstract class FactLinkEntry : Hashtable
public ref class FactLinkEntry abstract : public Hashtable
public abstract class FactLinkEntry extends Hashtable
Remarks
Abstract class to store a FactLink entry.
Inheritance Hierarchy
System.Object
System.Collections.Hashtable
Microsoft.TeamFoundation.Adapter.FactLinkEntry
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.