DocumentCurrencyDirectory Property |
The currency directory, containing all the convertion rates, used by the document. null means that the document does not need currency convertions
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic CurrencyDirectory CurrencyDirectory { get; set; }
Public Property CurrencyDirectory As CurrencyDirectory
Get
Set
public:
property CurrencyDirectory^ CurrencyDirectory {
CurrencyDirectory^ get ();
void set (CurrencyDirectory^ value);
}
member CurrencyDirectory : CurrencyDirectory with get, set
Property Value
Type:
CurrencyDirectory
See Also