Gets or set a free form text note regarding the gift or pledge.

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

A free form text note regarding the gift or pledge.

Remarks

If an attempt is made to set this with a value longer than 2147483647 characters an error is reported.

See Also