Debtor..::..DebtorControlAccount Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorAdjustments.Entities
Assembly:  JiwaDebtorAdjustments (in JiwaDebtorAdjustments.dll)

Syntax


public Account DebtorControlAccount { get; set; }
Public Property DebtorControlAccount As Account
	Get
	Set
public:
property Account^ DebtorControlAccount {
	Account^ get ();
	void set (Account^ value);
}