Share via


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 development. It is for backward compatibility purposes only. Instead, use the Actuals property to get the default actual value.

See also

Reference

Kpi class

Kpi members

Microsoft.PerformancePoint.Scorecards namespace