Share via


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

Return value

Type: System.String
The key for the specified measure.

See also

Reference

MeasureCollection class

MeasureCollection members

Microsoft.PerformancePoint.Scorecards namespace