MeasureCollection.GetKeyForItem Method
Gets the key for the specified measure.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overrides Function GetKeyForItem ( _
measure As Measure _
) As String
'Usage
Dim measure As Measure
Dim returnValue As String
returnValue = Me.GetKeyForItem(measure)
protected override string GetKeyForItem(
Measure measure
)
Parameters
measure
Type: Microsoft.PerformancePoint.Scorecards.MeasureThe specified measure.
Return Value
Type: System.String
The key for the specified measure.