Share via


TupleCollection.IndexOf Method (Microsoft.PerformancePoint.Scorecards)

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

Syntax

'Declaration
Public Function IndexOf ( _
    value As Tuple _
) As Integer
'Usage
Dim instance As TupleCollection
Dim value As Tuple
Dim returnValue As Integer

returnValue = instance.IndexOf(value)
public int IndexOf (
    Tuple value
)

Parameters

  • value

Remarks

SeeCollectionBaseclass.

See Also

Reference

TupleCollection Class
TupleCollection Members
Microsoft.PerformancePoint.Scorecards Namespace