SalesOrder..::..ConsumingXML Property

Gets or sets a value indicating whether [consuming XML].

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

Syntax


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

Field Value

true if [consuming XML]; otherwise, false.