Indicates whether or not the Fundraising sub-system is licensed

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

Syntax

C#
public static bool IsFundraisingLicensed { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property IsFundraisingLicensed As Boolean
Visual C++
public:
static property bool IsFundraisingLicensed {
	bool get ();
}

Field Value

true if the Fundraising sub-system is licensed for this iMIS instance; false otherwise.

Remarks

For information on the iMIS instance being used, see InitializeSystem()()().

See Also