TupleCollection.IndexOf method
Returns the index of the specified object.
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
Type: Microsoft.PerformancePoint.Scorecards.TupleThe specified object.
Return value
Type: System.Int32
The zero-based index of the first occurrence of the object, if found; otherwise -1.