Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
measureGroup
Type: Microsoft.PerformancePoint.Scorecards.NameInfoThe specified object.
Return Value
Type: System.String
The key for the specified object in this collection.