ContactName..::..DebtorContact Property

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

Syntax


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