Share via


NamedSetCollection.ItemAt Method (Microsoft.PerformancePoint.Scorecards)

Gets the named set at a specific 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 NamedSet
'Usage
Dim instance As NamedSetCollection
Dim index As Integer
Dim returnValue As NamedSet

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

Parameters

  • index
    The index.

Return Value

The named set that is at the index.

See Also

Reference

NamedSetCollection Class
NamedSetCollection Members
Microsoft.PerformancePoint.Scorecards Namespace