Gets or sets an indicator of whether this order is ready to be included in the inventory valuation process.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool IsIncludedInInventoryValuation { get; set; }
Visual Basic
Public Property IsIncludedInInventoryValuation As Boolean
	Get
	Set
Visual C++
public:
property bool IsIncludedInInventoryValuation {
	bool get ();
	void set (bool value);
}

Field Value

True if the order should be included in the valuation process; false otherwise.

See Also