ReturnedPrice..::..Price Property

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

Syntax


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