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
- 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.