ResultHierarchy.Levels property
The levels in the hierarchy.
Namespace: Microsoft.PerformancePoint.Scorecards.ResultSet
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Levels As Collection(Of ResultLevel)
Get
'Usage
Dim instance As ResultHierarchy
Dim value As Collection(Of ResultLevel)
value = instance.Levels
public abstract Collection<ResultLevel> Levels { get; }
Property value
Type: System.Collections.ObjectModel.Collection<ResultLevel>