DebtorInvoice..::..IsTemplate Property

Namespace:  JiwaFinancials.Jiwa.JiwaDebtorInvoices
Assembly:  JiwaDebtorInvoices (in JiwaDebtorInvoices.dll)

Syntax


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