Kpi.GetMeasure Method

Gets a measure (actual or target) for this key performance indicator (KPI), based on its GUID.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Function GetMeasure ( _
    guid As Guid _
) As KpiMeasure
'Usage
Dim instance As Kpi
Dim guid As Guid
Dim returnValue As KpiMeasure

returnValue = instance.GetMeasure(guid)
public KpiMeasure GetMeasure(
    Guid guid
)

Parameters

Return Value

Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The measure that has the specified GUID, if found; otherwise a null reference (Nothing in Visual Basic).

See Also

Reference

Kpi Class

Kpi Members

Microsoft.PerformancePoint.Scorecards Namespace