WarehouseConfig.Views Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public ReadOnly Property Views As ItemCollection(Of View)
public ItemCollection<View> Views { get; }
public:
property ItemCollection<View^>^ Views {
    ItemCollection<View^>^ get ();
}
member Views : ItemCollection<View> with get
function get Views () : ItemCollection<View>

Property Value

Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<View>
Returns ItemCollection<T>.

.NET Framework Security

See Also

Reference

WarehouseConfig Class

Microsoft.TeamFoundation.Warehouse Namespace