DebtorAllocation..::..CreditCurrencyRate Property

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

Syntax


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