ProductProductCurrency Property |
Gets the product currency which is the CostingCurrency. When CostingCurrency is null the base currency of the enterprise company is used.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Currency ProductCurrency { get; }
Public ReadOnly Property ProductCurrency As Currency
Get
public:
property Currency^ ProductCurrency {
Currency^ get ();
}
member ProductCurrency : Currency with get
Property Value
Type:
Currency
The product currency.
See Also