CurrentBalanceProductCost Property |
The cost of the inventory in the products currency. [Currency: Product.CostingCurrency] [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount ProductCost { get; }
Public ReadOnly Property ProductCost As Amount
Get
public:
property Amount^ ProductCost {
Amount^ get ();
}
member ProductCost : Amount with get
Property Value
Type:
Amount
See Also