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
guid
Type: System.GuidThe GUID of the measure.
Return value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The measure that has the specified GUID, if found; otherwise a null reference (Nothing in Visual Basic).