DebtorAllocation..::..FXAmount Property

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

Syntax


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