Gets or sets the fund with which this CDuesProduct is associated if it is a fundraising item.

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

Syntax

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

Field Value

The key to an existing fund toward which subscriptions or purchases of this product should be applied.

Remarks

Only applicable if this dues product is marked as a fund raising item. See IsFundRaisingItem. The fund must already be defined in iMIS.

See Also