Kpi.Actuals Property
Gets the actuals 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 ReadOnly Property Actuals As ActualCollection
Get
'Usage
Dim instance As Kpi
Dim value As ActualCollection
value = instance.Actuals
public virtual ActualCollection Actuals { get; }
Property Value
Type: Microsoft.PerformancePoint.Scorecards.ActualCollection
The actuals for this KPI, which are represented by KpiMeasure objects.