WarehouseRequisitionExecutionExecutedQuantity Property |
The executed quantity (in the measurement unit of the requisition line). [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal ExecutedQuantity { get; set; }
Public Property ExecutedQuantity As Decimal
Get
Set
public:
property Decimal^ ExecutedQuantity {
Decimal^ get ();
void set (Decimal^ value);
}
member ExecutedQuantity : decimal with get, set
Property Value
Type:
Decimal
See Also