Gets or sets the appeal with which this CDuesProduct is associated if it is a fund raising item.

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

Syntax

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

Field Value

The key to an existing appeal toward which subscriptions or purchases of this product should be applied.

Remarks

Only applicable if this dues product is marked as a fund raising item. See IsFundRaisingItem. The appeal must already be defined in iMIS.

See Also