SettingCollection.IndexOfKey Method (Microsoft.PerformancePoint.Scorecards)

Returns the index of the supplied key.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Function IndexOfKey ( _
    key As String _
) As Integer
'Usage
Dim instance As SettingCollection
Dim key As String
Dim returnValue As Integer

returnValue = instance.IndexOfKey(key)
public virtual int IndexOfKey (
    string key
)

Parameters

  • key
    The key to find.

Return Value

The index of the setting.

See Also

Reference

SettingCollection Class
SettingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace