Settings..::..PrintInvoice Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.BatchPrinting.Configuration.Settings
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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