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

Return Value

Type: System.String
The key for the specified object.

See Also

Reference

SettingCollection Class

SettingCollection Members

Microsoft.PerformancePoint.Scorecards Namespace