Gets or sets an indicator of whether or not inventory was/will be affected by this COrder.
Namespace: Asi.iBO.CommerceAssembly: 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); } |