ReturnedPrice..::..SourcePrice Property

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

Syntax


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