DataValueTargetValue Property |
Accumulates target 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 TargetValue { get; set; }
Public Property TargetValue As Decimal
Get
Set
public:
property Decimal^ TargetValue {
Decimal^ get ();
void set (Decimal^ value);
}
member TargetValue : decimal with get, set
Property Value
Type:
Decimal
See Also