Gets or sets the identifier of the fund to be used for this fundraising effort.

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

Syntax

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

Remarks

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

See Also