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.2.0
Syntax
| C# |
|---|
public bool IsIncludedInInventoryValuation { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property IsIncludedInInventoryValuation As Boolean |
| 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