Share via


WarehouseConfig.Dimensions Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

WarehouseConfig Class

Microsoft.TeamFoundation.Warehouse Namespace