Debtor..::..DebtorIsBranchAccount Property

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

Syntax


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