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>
function get FactReferences () : ItemCollection<FactReference>

Property Value

Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<FactReference>

.NET Framework Security

See Also

Reference

View Class

Microsoft.TeamFoundation.Warehouse Namespace