Cube.Measures Property
Gets the measures in the cube.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Measures As MeasureCollection
Get
'Usage
Dim instance As Cube
Dim value As MeasureCollection
value = instance.Measures
public MeasureCollection Measures { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.MeasureCollection
The measures in the cube.