ElementCollection.IndexOfName Method (Microsoft.PerformancePoint.Scorecards)
Gets the index of a specific display 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 ElementCollection(Of ElementCollectionType, ElementType)
Dim name As String
Dim returnValue As Integer
returnValue = instance.IndexOfName(name)
public int IndexOfName (
string name
)
Parameters
- name
The name to locate.
Return Value
The first occurrence of the index of the element.
See Also
Reference
ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace