Debtor..::..FXCurrentBalance Property

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

Syntax


[DataMemberAttribute]
public decimal FXCurrentBalance { get; set; }
<DataMemberAttribute> _
Public Property FXCurrentBalance As Decimal
	Get
	Set
[DataMemberAttribute]
public:
property Decimal^ FXCurrentBalance {
	Decimal^ get ();
	void set (Decimal^ value);
}