Share via


BpmPropertyCollection.IndexOfName Method (Microsoft.PerformancePoint.Scorecards)

Gets the index of the first item that has a specific DisplayName.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Overridable Function IndexOfName ( _
    displayName As String _
) As Integer
'Usage
Dim instance As BpmPropertyCollection
Dim displayName As String
Dim returnValue As Integer

returnValue = instance.IndexOfName(displayName)
public virtual int IndexOfName (
    string displayName
)

Parameters

  • displayName
    The DisplayName to find.

Return Value

The index of the property.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace