SalesOrder..::..WholeSaleInvoice Property

Gets or sets a value indicating whether [whole sale invoice].

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

Syntax


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

Field Value

true if [whole sale invoice]; otherwise, false.