Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Function GetFact ( _
    factName As String _
) As Fact
public Fact GetFact(
    string factName
)
public:
Fact^ GetFact(
    String^ factName
)
member GetFact : 
        factName:string -> Fact
public function GetFact(
    factName : String
) : Fact
Parameters
- factName
 Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Warehouse.Fact
Returns Fact.
.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.