DistributionResultDistributedAmountBase Property |
The amount (in base currency) of the distributed cost. The amount is calculated for the combination of output and cost type. [Currency: CostDistribution.EnterpriseCompany.BaseCurrency] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount DistributedAmountBase { get; set; }
Public Property DistributedAmountBase As Amount
Get
Set
public:
property Amount^ DistributedAmountBase {
Amount^ get ();
void set (Amount^ value);
}
member DistributedAmountBase : Amount with get, set
Property Value
Type:
Amount
See Also