Share via


BpmPropertyCollection.IndexOfUniqueName Method (Microsoft.PerformancePoint.Scorecards)

Returns the index of a specific UniqueName.

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

Syntax

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

returnValue = instance.IndexOfUniqueName(uniqueName)
public virtual int IndexOfUniqueName (
    string uniqueName
)

Parameters

  • uniqueName
    The UniqueName to find.

Return Value

The index of the property.

See Also

Reference

BpmPropertyCollection Class
BpmPropertyCollection Members
Microsoft.PerformancePoint.Scorecards Namespace