Gets or sets a comment about why the COrder was put on hold.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string HoldComment { get; set; }
Visual Basic
Public Property HoldComment As String
	Get
	Set
Visual C++
public:
property String^ HoldComment {
	String^ get ();
	void set (String^ value);
}

Field Value

Free-form text of up to 255 characters.

See Also