Gets or sets any comments that need to be made about the COrder.

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

Syntax

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

Field Value

Free-form text for whatever notes one wished to enter.

Remarks

If the supplied value is greater than 2147483647 characters in length an error is reported.

See Also