Share via


ParameterMappingCollection.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 ParameterMapping _
) As Integer
'Usage
Dim instance As ParameterMappingCollection
Dim value As ParameterMapping
Dim returnValue As Integer

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

Parameters

  • value

Remarks

SeeCollectionBaseclass.

See Also

Reference

ParameterMappingCollection Class
ParameterMappingCollection Members
Microsoft.PerformancePoint.Scorecards Namespace