Settings..::..EmailInvoice Property

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

Syntax


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