ContactName..::..CreditorContact Property

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

Syntax


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