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.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);
}

Field Value

Free-form text of up to 255 characters.

See Also