ILogisticsDocumentLineLineAmount Property |
Gets or sets the line amount.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxAmount LineAmount { get; set; }
Property LineAmount As Amount
Get
Set
property Amount^ LineAmount {
Amount^ get ();
void set (Amount^ value);
}
abstract LineAmount : Amount with get, set
Property Value
Type:
Amount
The line amount.
See Also