SellingPrice..::..ForwardPrice Property

Namespace:  JiwaFinancials.Jiwa.JiwaPricing.Sell
Assembly:  JiwaPricing (in JiwaPricing.dll)

Syntax


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