Specifies, the warehouse, which manages the warehouse operations for the store. null for stores, which do not have managed operations. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
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