Gets or sets the fundraising checkbox used for Gift Aid.

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

Syntax

C#
public bool FRCheckbox { get; set; }
Visual Basic
Public Property FRCheckbox As Boolean
	Get
	Set
Visual C++
public:
property bool FRCheckbox {
	bool get ();
	void set (bool value);
}

Field Value

A boolean value. It remains False if the checkbox's prompt is not populated.

See Also