Share via


NamedSetCollection.Item Property (Microsoft.PerformancePoint.Scorecards)

Gets or sets a 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 Default Property Item ( _
    index As Integer _
) As NamedSet
'Usage
Dim instance As NamedSetCollection
Dim index As Integer
Dim value As NamedSet

value = instance(index)

instance(index) = value
public virtual NamedSet this [
    int index
] { get; set; }

Parameters

  • index
    The index of the named set.

See Also

Reference

NamedSetCollection Class
NamedSetCollection Members
Microsoft.PerformancePoint.Scorecards Namespace