FactEntry Class

Abstract class for a fact entry

Namespace:  Microsoft.TeamFoundation.Adapter
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public MustInherit Class FactEntry _
    Inherits Hashtable
'Usage
Dim instance As FactEntry
public abstract class FactEntry : Hashtable
public ref class FactEntry abstract : public Hashtable
public abstract class FactEntry extends Hashtable

Remarks

.

Inheritance Hierarchy

System.Object
  System.Collections.Hashtable
    Microsoft.TeamFoundation.Adapter.FactEntry

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

FactEntry Members

Microsoft.TeamFoundation.Adapter Namespace