WarehouseOrderLineToWarehouseLocation Property |
Destination warehouse location. null for operations, which do not specify destination 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 ToWarehouseLocation { get; set; }
Public Property ToWarehouseLocation As WarehouseLocation
Get
Set
public:
property WarehouseLocation^ ToWarehouseLocation {
WarehouseLocation^ get ();
void set (WarehouseLocation^ value);
}
member ToWarehouseLocation : WarehouseLocation with get, set
Property Value
Type:
WarehouseLocation
See Also