ServiceOrderLinesToStoreOrderLinesFulfillmentQuantity Property |
Gets the quantity.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Measure<ServiceOrderLine, StoreOrderLine> Quantity { get; }
Public ReadOnly Property Quantity As Measure(Of ServiceOrderLine, StoreOrderLine)
Get
public:
property Measure<ServiceOrderLine^, StoreOrderLine^>^ Quantity {
Measure<ServiceOrderLine^, StoreOrderLine^>^ get ();
}
member Quantity : Measure<ServiceOrderLine, StoreOrderLine> with get
Property Value
Type:
MeasureServiceOrderLine,
StoreOrderLine
The quantity.
See Also