FirstClassElementCollectionBase<ElementCollectionType, ElementType>.IndexOfNameSafe method

Returns an elementtype if it exists with the given name, otherwise it returns null.

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

Syntax

'Declaration
Public Function IndexOfNameSafe ( _
    name As String _
) As ElementType
'Usage
Dim instance As FirstClassElementCollectionBase
Dim name As String
Dim returnValue As ElementType

returnValue = instance.IndexOfNameSafe(name)
public ElementType IndexOfNameSafe(
    string name
)

Parameters

Return value

Type: ElementType

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace