Share via


NamedSet.Dimensions Property

Gets the list of dimensions used in this named set.

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

Syntax

'Declaration
Public ReadOnly Property Dimensions As ArrayList
    Get
'Usage
Dim instance As NamedSet
Dim value As ArrayList

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

Property Value

Type: System.Collections.ArrayList
The list of dimensions used in this named set.

See Also

Reference

NamedSet Class

NamedSet Members

Microsoft.PerformancePoint.Scorecards Namespace