SalesOrder..::..Warehouse Property

Gets or sets the warehouse.

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public LogicalWarehouse Warehouse { get; set; }
Public Property Warehouse As LogicalWarehouse
	Get
	Set
public:
property LogicalWarehouse^ Warehouse {
	LogicalWarehouse^ get ();
	void set (LogicalWarehouse^ value);
}

Field Value

The warehouse.

Exceptions


ExceptionCondition
ExceptionCannot change the warehouse once the sales order is saved