Share via


Scorecard.GetKpiLocations method

Returns the locations of the key performance indicators (KPIs) that are associated with this scorecard.

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

Syntax

'Declaration
Public Function GetKpiLocations As List(Of RepositoryLocation)
'Usage
Dim instance As Scorecard
Dim returnValue As List(Of RepositoryLocation)

returnValue = instance.GetKpiLocations()
public List<RepositoryLocation> GetKpiLocations()

Return value

Type: System.Collections.Generic.List<RepositoryLocation>
The locations of the KPIs that are associated with this scorecard.

See also

Reference

Scorecard class

Scorecard members

Microsoft.PerformancePoint.Scorecards namespace