Gets or set a free form text description of the gift or pledge.

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

Syntax

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

Field Value

A free form text description of the gift or pledge.

Remarks

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

See Also