Share via


ConfiguredView.GetKpiLocations method

Returns the locations of all the KPIs in this view.

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 ConfiguredView
Dim returnValue As List(Of RepositoryLocation)

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

Return value

Type: System.Collections.Generic.List<RepositoryLocation>
A list of the KPI locations.

See also

Reference

ConfiguredView class

ConfiguredView members

Microsoft.PerformancePoint.Scorecards namespace