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