Share via


TupleNodeCollection.Item property

Returns the object at the specified index.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Default Property Item ( _
    index As Integer _
) As TupleNode
    Get
    Set
'Usage
Dim instance As TupleNodeCollection
Dim index As Integer
Dim value As TupleNode

value = instance(index)

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

Parameters

Property value

Type: Microsoft.PerformancePoint.Scorecards.TupleNode
The object at the specified index.

See also

Reference

TupleNodeCollection class

TupleNodeCollection members

Microsoft.PerformancePoint.Scorecards namespace