Gets or sets the warehouse location.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string WarehouseLocation { get; set; }
Visual Basic (Declaration)
Public Property WarehouseLocation As String
Visual C++
public:
property String^ WarehouseLocation {
	String^ get ();
	void set (String^ value);
}

Remarks

If Order_Control.EnableMultiWarehousing in the System_Params table is not set, or if the warehouse location is not valid, or if IsStockItem is false on this CStandardOrderLine, an error is generated.

See Also