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