Debtor..::..OnHold Property

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

Syntax


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