Share via


TupleCollection.Item Property (String) (Microsoft.PerformancePoint.Scorecards)

Index of the first tuple with given UniqueName

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    uniqueName As String _
) As Tuple
'Usage
Dim instance As TupleCollection
Dim uniqueName As String
Dim value As Tuple

value = instance(uniqueName)
public Tuple this [
    string uniqueName
] { get; }

Parameters

  • uniqueName

See Also

Reference

TupleCollection Class
TupleCollection Members
Microsoft.PerformancePoint.Scorecards Namespace