Line..::..DeliveredAmount Property

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

Syntax


public decimal DeliveredAmount { get; set; }
Public Property DeliveredAmount As Decimal
	Get
	Set
public:
property Decimal^ DeliveredAmount {
	Decimal^ get ();
	void set (Decimal^ value);
}