Debtor..::..CurrentBalance Property

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

Syntax


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