Share via


KpiMeasure.ModelCurrent property

Gets or sets the current value of the actual.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Property ModelCurrent As Decimal
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As Decimal

value = instance.ModelCurrent

instance.ModelCurrent = value
public decimal ModelCurrent { get; set; }

Property value

Type: System.Decimal
The current value of the actual.

See also

Reference

KpiMeasure class

KpiMeasure members

Microsoft.PerformancePoint.Scorecards namespace