Gets an indicator of whether or not the COrder is on hold.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool HoldFlag { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HoldFlag As Boolean |
| Visual C++ |
|---|
public: property bool HoldFlag { bool get (); } |
Field Value
true if the COrder is on hold; false otherwise.
Remarks
Set or cleared automatically when the HoldCode is set or cleared.