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