Gets or sets the identifier of the appeal to be used for this fundraising effort.

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

Syntax

C#
protected string AppealCode { get; set; }
Visual Basic
Protected Property AppealCode As String
	Get
	Set
Visual C++
protected:
property String^ AppealCode {
	String^ get ();
	void set (String^ value);
}

Remarks

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

See Also