TargetValue.RelatedActual Property
Gets or sets the value of the corresponding actual KpiMeasureValue object.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Property RelatedActual As KpiMeasureValue
Get
Set
'Usage
Dim instance As TargetValue
Dim value As KpiMeasureValue
value = instance.RelatedActual
instance.RelatedActual = value
public KpiMeasureValue RelatedActual { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasureValue
The value of the corresponding actual KpiMeasureValue object.