CalculationCostAmount Property |
The allocated amount of costs in the currency of the calculation. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Amount { get; set; }
Public Property Amount As Decimal
Get
Set
public:
property Decimal^ Amount {
Decimal^ get ();
void set (Decimal^ value);
}
member Amount : decimal with get, set
Property Value
Type:
Decimal
See Also