InvoiceOrderLinesToInvoiceLinesFulfillmentMQuantity 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<InvoiceOrderLine, InvoiceLine> MQuantity { get; }
Public ReadOnly Property MQuantity As Measure(Of InvoiceOrderLine, InvoiceLine)
Get
public:
property Measure<InvoiceOrderLine^, InvoiceLine^>^ MQuantity {
Measure<InvoiceOrderLine^, InvoiceLine^>^ get ();
}
member MQuantity : Measure<InvoiceOrderLine, InvoiceLine> with get
Property Value
Type:
MeasureInvoiceOrderLine,
InvoiceLine
The quantity.
See Also