WarehouseOrderWarehouse Property |
The warehouse, where the order will be executed. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Warehouse Warehouse { get; set; }
Public Property Warehouse As Warehouse
Get
Set
public:
property Warehouse^ Warehouse {
Warehouse^ get ();
void set (Warehouse^ value);
}
member Warehouse : Warehouse with get, set
Property Value
Type:
Warehouse
See Also