ElementCollectionBase<ElementCollectionType, ElementType>.IndexOfName Method

Returns the index of the object with the specified name.

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

Syntax

'Declaration
Public Function IndexOfName ( _
    name As String _
) As Integer
'Usage
Dim instance As ElementCollectionBase
Dim name As String
Dim returnValue As Integer

returnValue = instance.IndexOfName(name)
public int IndexOfName(
    string name
)

Parameters

Return Value

Type: System.Int32
The index of the object with the specified name.

See Also

Reference

ElementCollectionBase<ElementCollectionType, ElementType> Class

ElementCollectionBase<ElementCollectionType, ElementType> Members

Microsoft.PerformancePoint.Scorecards Namespace