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.
Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Protected Overrides Function GetKeyForItem ( _
    aliasInfo As AliasInfo _
) As String
'Usage
Dim aliasInfo As AliasInfo
Dim returnValue As String
returnValue = Me.GetKeyForItem(aliasInfo)
protected override string GetKeyForItem(
    AliasInfo aliasInfo
)
Parameters
aliasInfo
Type: Microsoft.PerformancePoint.Scorecards.AliasInfoThe specified object.
Return Value
Type: System.String
The key of the specified object.