InvoiceLinesToAssetOrderLinesFulfillmentMQuantity Property |
Gets the quantity.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Measure<InvoiceLine, AssetOrderLine> MQuantity { get; }
Public ReadOnly Property MQuantity As Measure(Of InvoiceLine, AssetOrderLine)
Get
public:
property Measure<InvoiceLine^, AssetOrderLine^>^ MQuantity {
Measure<InvoiceLine^, AssetOrderLine^>^ get ();
}
member MQuantity : Measure<InvoiceLine, AssetOrderLine> with get
Property Value
Type:
MeasureInvoiceLine,
AssetOrderLine
The quantity.
See Also