MeasureGroupCollection.GetKeyForItem Method

Returns the key for the specified object in this collection.

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

Syntax

'Declaration
Protected Overrides Function GetKeyForItem ( _
    measureGroup As NameInfo _
) As String
'Usage
Dim measureGroup As NameInfo
Dim returnValue As String

returnValue = Me.GetKeyForItem(measureGroup)
protected override string GetKeyForItem(
    NameInfo measureGroup
)

Parameters

Return Value

Type: System.String
The key for the specified object in this collection.

See Also

Reference

MeasureGroupCollection Class

MeasureGroupCollection Members

Microsoft.PerformancePoint.Scorecards Namespace