SalesQuoteHistory..::..InvoiceEmailed Property

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesQuote
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


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