PurchaseOrder..::..LogicalWarehouseResidingIn Property

Namespace:  JiwaFinancials.Jiwa.JiwaPurchaseOrders
Assembly:  JiwaPurchaseOrders (in JiwaPurchaseOrders.dll)

Syntax


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