NonOrderedForm..::..DeliveryDays Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCostUI.Shipment
Assembly:  JiwaLandedCostUI (in JiwaLandedCostUI.dll)

Syntax


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