Share via


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

Gets the latest version of the KPI.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetKpi ( _
    guid As Guid _
) As Kpi
'Usage
Dim instance As PmService
Dim guid As Guid
Dim returnValue As Kpi

returnValue = instance.GetKpi(guid)
[WebMethodAttribute] 
public Kpi GetKpi (
    Guid guid
)

Parameters

  • guid
    The ID of the KPI.

Return Value

The current KPI object. Returns Null if the KPI is missing or the calling user does not have adequate permissions to view the KPI.

See Also

Reference

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