DataValueActualValue Property |
Accumulates actual value for the measure. [Required] [Default(0)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.DataWarehouse
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ActualValue { get; set; }
Public Property ActualValue As Decimal
Get
Set
public:
property Decimal^ ActualValue {
Decimal^ get ();
void set (Decimal^ value);
}
member ActualValue : decimal with get, set
Property Value
Type:
Decimal
See Also