ContactName..::..DebtorContact Property

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

Syntax


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