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 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.