Share via


PmService.GetKpis Method (Microsoft.PerformancePoint.Scorecards.Server)

Gets all KPIs in the system that the caller has access to.

Namespace: Microsoft.PerformancePoint.Scorecards.Server
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetKpis As KpiCollection
'Usage
Dim instance As PmService
Dim returnValue As KpiCollection

returnValue = instance.GetKpis
[WebMethodAttribute] 
public KpiCollection GetKpis ()

Return Value

A collection of KPIs.

See Also

Reference

PmService Class
PmService Members
Microsoft.PerformancePoint.Scorecards.Server Namespace