Share via


WarehouseConfig.Views Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

WarehouseConfig Class

Microsoft.TeamFoundation.Warehouse Namespace