WarehouseOrderLineWarehouseLocation Property |
Location, where the opeartion should be performed. null for operations, which do not require location. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic WarehouseLocation WarehouseLocation { get; set; }
Public Property WarehouseLocation As WarehouseLocation
Get
Set
public:
property WarehouseLocation^ WarehouseLocation {
WarehouseLocation^ get ();
void set (WarehouseLocation^ value);
}
member WarehouseLocation : WarehouseLocation with get, set
Property Value
Type:
WarehouseLocation
See Also