Dimension.Levels Property

Gets the levels that belong to the dimension.

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 Dimension
Dim value As LevelCollection

value = instance.Levels
public LevelCollection Levels { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.LevelCollection
The levels that belong to the dimension.

See Also

Reference

Dimension Class

Dimension Members

Microsoft.PerformancePoint.Scorecards Namespace