Gets or sets the IS_FR_MEET flag.

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

Syntax

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

See Also