Inventory..::..RRP Property

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

Syntax


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