Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IndexOfNameSafe ( _
name As String _
) As ElementType
'Usage
Dim instance As ElementCollectionBase
Dim name As String
Dim returnValue As ElementType
returnValue = instance.IndexOfNameSafe(name)
public ElementType IndexOfNameSafe(
string name
)
Parameters
name
Type: System.StringThe name of the object.
Return Value
Type: ElementType
The index of the object, if it exists; otherwise a null reference (Nothing in Visual Basic).
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members