TransferOrderLineLineAmount Property |
Gets zero line amount. Transfer orders does not support amounts.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override Amount LineAmount { get; set; }
Public Overrides Property LineAmount As Amount
Get
Set
public:
virtual property Amount^ LineAmount {
Amount^ get () override;
void set (Amount^ value) override;
}
abstract LineAmount : Amount with get, set
override LineAmount : Amount with get, set
Property Value
Type:
Amount
The line amount.
Implements
ILogisticsDocumentLineLineAmount
Exceptions
See Also