DebtorTransaction..::..DebitTransaction Property

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

Syntax


public bool DebitTransaction { get; set; }
Public Property DebitTransaction As Boolean
	Get
	Set
public:
property bool^ DebitTransaction {
	bool^ get ();
	void set (bool^ value);
}