DebtorAllocation..::..DebitCurrencyRate Property

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

Syntax


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