SalesQuote..::..QuoteEmailed Property

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

Syntax


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