PriceScheme..::..FindTheCheapestPrice Property

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

Syntax


public bool FindTheCheapestPrice { get; set; }
Public Property FindTheCheapestPrice As Boolean
	Get
	Set
public:
property bool^ FindTheCheapestPrice {
	bool^ get ();
	void set (bool^ value);
}