TupleCollection.FindByUniqueName Method
Returns a tuple by its unique name.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function FindByUniqueName ( _
uniqueName As String _
) As Tuple
'Usage
Dim instance As TupleCollection
Dim uniqueName As String
Dim returnValue As Tuple
returnValue = instance.FindByUniqueName(uniqueName)
public Tuple FindByUniqueName(
string uniqueName
)
Parameters
uniqueName
Type: System.StringThe unique name of the tuple.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.Tuple
The first occurrence of the tuple with the specified unique name.