Kpi.Actual Property
Gets or sets the actual for this key performance indicator (KPI).
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Overridable Property Actual As KpiMeasure
Get
Set
'Usage
Dim instance As Kpi
Dim value As KpiMeasure
value = instance.Actual
instance.Actual = value
public virtual KpiMeasure Actual { get; set; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.KpiMeasure
The actual for this KPI.
Remarks
NOTE: This API is now obsolete. Do not use Actual for PerformancePoint Services in Microsoft SharePoint Server 2010 development. It is for backward compatibility purposes only. Instead, use the Actuals property to get the default actual value.