Hierarchy.Levels Property
Gets or sets the levels of the hierarchy.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Levels As LevelCollection
Get
'Usage
Dim instance As Hierarchy
Dim value As LevelCollection
value = instance.Levels
public LevelCollection Levels { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.LevelCollection
The levels of the hierarchy.