Gets or sets the fundraising checkbox used for Gift Aid.

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

Syntax

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