RangeCollection..::..PhysicalWarehouse Property

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.Sales
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public Range<PhysicalWarehouse> PhysicalWarehouse { get; set; }
Public Property PhysicalWarehouse As Range(Of PhysicalWarehouse)
	Get
	Set
public:
property Range<PhysicalWarehouse^>^ PhysicalWarehouse {
	Range<PhysicalWarehouse^>^ get ();
	void set (Range<PhysicalWarehouse^>^ value);
}