TupleNodeCollection.Item Property (Microsoft.PerformancePoint.Scorecards)

Returns item at 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
'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

  • index

See Also

Reference

TupleNodeCollection Class
TupleNodeCollection Members
Microsoft.PerformancePoint.Scorecards Namespace