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.2.0

Syntax

C#
public string Description { get; set; }
Visual Basic (Declaration)
Public Property Description As String
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