WarehouseConfig.GetFact Method
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'宣言
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
.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.