Candidate..::..InvoicePrinted Property

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

Syntax


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