View.FactReferences Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public ReadOnly Property FactReferences As ItemCollection(Of FactReference)
public ItemCollection<FactReference> FactReferences { get; }
public:
property ItemCollection<FactReference^>^ FactReferences {
ItemCollection<FactReference^>^ get ();
}
member FactReferences : ItemCollection<FactReference> with get
function get FactReferences () : ItemCollection<FactReference>
Property Value
Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<FactReference>
Returns ItemCollection<T>.
.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.