SupplierWarehouse..::..DeliveryDays Property

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Entities.Inventory
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public virtual int DeliveryDays { get; set; }
Public Overridable Property DeliveryDays As Integer
	Get
	Set
public:
virtual property int^ DeliveryDays {
	int^ get ();
	void set (int^ value);
}