TupleCollection.Item Property (String)

Gets the object with the specified unique name.

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

Syntax

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

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

Parameters

Property Value

Type: Microsoft.PerformancePoint.Scorecards.Tuple
The first occurrence of the object with the specified unique name, if found; otherwise a null reference (Nothing in Visual Basic).

See Also

Reference

TupleCollection Class

TupleCollection Members

Item Overload

Microsoft.PerformancePoint.Scorecards Namespace