Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.