SellingPrice..::..Price Property

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

Syntax


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