FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfName Method
Returns the index of the display name of an object.
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
name
Type: System.StringThe name of the element.
Return Value
Type: System.Int32
Returns Int32.
Remarks
This method returns the index of the first match found.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members