FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfName method

Returns the index of the supplied [DisplayName]. Returns the index of the first found.

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 FirstClassElementCollectionBase
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 element.

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace