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.3.0
Syntax
| C# |
|---|
public bool HoldFlag { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HoldFlag As Boolean Get |
| 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.