Dimension.Levels Property

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

Syntax

'Declaration
Public ReadOnly Property Levels As ItemCollection(Of Level)
public ItemCollection<Level> Levels { get; }
public:
property ItemCollection<Level^>^ Levels {
    ItemCollection<Level^>^ get ();
}
member Levels : ItemCollection<Level> with get
function get Levels () : ItemCollection<Level>

Property Value

Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<Level>
Returns ItemCollection<T>.

.NET Framework Security

See Also

Reference

Dimension Class

Microsoft.TeamFoundation.Warehouse Namespace