SettingCollection.ItemAt Method (Microsoft.PerformancePoint.Scorecards)

Returns the setting at the supplied index.

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

Syntax

'Declaration
Public Overridable Function ItemAt ( _
    index As Integer _
) As Setting
'Usage
Dim instance As SettingCollection
Dim index As Integer
Dim returnValue As Setting

returnValue = instance.ItemAt(index)
public virtual Setting ItemAt (
    int index
)

Parameters

  • index
    The index.

Return Value

The setting at the index.

See Also

Reference

SettingCollection Class
SettingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace