Gets or sets the appeal with which all gifts or pledges must be associated in order to be considered when determining qualification for the club.

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

Syntax

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

Field Value

The key to an existing appeal toward which all qualifying donations must be made.

Remarks

The appeal must already be defined in iMIS.

Remarks

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

See Also