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