Share via


KpiMeasure.IsCustomCurrentFormula Property

Gets or sets a Boolean value that indicates whether the formula defined in the CurrentFormula property is used to calculate 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 IsCustomCurrentFormula As Boolean
    Get
    Set
'Usage
Dim instance As KpiMeasure
Dim value As Boolean

value = instance.IsCustomCurrentFormula

instance.IsCustomCurrentFormula = value
public bool IsCustomCurrentFormula { get; set; }

Property Value

Type: System.Boolean
true if CurrentFormula is used to compute the current value; otherwise false.

See Also

Reference

KpiMeasure Class

KpiMeasure Members

Microsoft.PerformancePoint.Scorecards Namespace