Dimension.Levels Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public ReadOnly Property Levels As ItemCollection(Of Level)
Get
public ItemCollection<Level> Levels { get; }
public:
property ItemCollection<Level^>^ Levels {
ItemCollection<Level^>^ get ();
}
member Levels : ItemCollection<Level>
function get Levels () : ItemCollection<Level>
Property Value
Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<Level>
.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.