SettingCollection.GetKeyForItem Method
Gets 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 ( _
item As Setting _
) As String
'Usage
Dim item As Setting
Dim returnValue As String
returnValue = Me.GetKeyForItem(item)
protected override string GetKeyForItem(
Setting item
)
Parameters
item
Type: Microsoft.PerformancePoint.Scorecards.SettingThe target setting.
Return Value
Type: System.String
The key for the specified object.