Gets or sets an indicator of whether or not inventory was/will be affected by this COrder.

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

Syntax

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

Field Value

True if inventory was/should be affected; false otherwise.

See Also