Gets or sets a comment about why the COrder was put on hold.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string HoldComment { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property HoldComment As String |
| Visual C++ |
|---|
public: property String^ HoldComment { String^ get (); void set (String^ value); } |