Share via


RemoteGlobalCache.GetKpi Method (Microsoft.PerformancePoint.Scorecards)

Gets a KPI.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
Public Function GetKpi ( _
    guid As Guid _
) As Kpi
'Usage
Dim instance As RemoteGlobalCache
Dim guid As Guid
Dim returnValue As Kpi

returnValue = instance.GetKpi(guid)
public Kpi GetKpi (
    Guid guid
)

Parameters

  • guid
    ID of KPI.

Return Value

Cached KPI.

See Also

Reference

RemoteGlobalCache Class
RemoteGlobalCache Members
Microsoft.PerformancePoint.Scorecards Namespace