Kpi.GetMeasure Method (Microsoft.PerformancePoint.Scorecards)

Finds a measure of this KPI by 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

  • guid
    The GUID of the measure to locate.

Return Value

The measure of this KPI that has the specified GUID. Returns null if not found.

See Also

Reference

Kpi Class
Kpi Members
Microsoft.PerformancePoint.Scorecards Namespace