AccountingVoucherLineLineAmountBase Property |
Gets the line amount base.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount LineAmountBase { get; }
Public ReadOnly Property LineAmountBase As Amount
Get
public:
property Amount^ LineAmountBase {
Amount^ get ();
}
member LineAmountBase : Amount with get
Property Value
Type:
Amount
The line amount base.
See Also