Gets or sets the fund with which this gift is associated.

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

Syntax

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

Field Value

The key to an existing fund toward which this gift should be applied.

Remarks

The fund must already be defined in iMIS.

Remarks

If the supplied value is greater than 5 characters in length an error is reported.

See Also