Dimension.MeasureGroupNames Property

Gets the names of groupings of the measures in the dimension.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property MeasureGroupNames As ArrayList
    Get
'Usage
Dim instance As Dimension
Dim value As ArrayList

value = instance.MeasureGroupNames
public ArrayList MeasureGroupNames { get; }

Property Value

Type: System.Collections.ArrayList
The names of groupings of the measures in the dimension.

See Also

Reference

Dimension Class

Dimension Members

Microsoft.PerformancePoint.Scorecards Namespace