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