SellingPrice..::..ForwardPrice Property

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

Syntax


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