Gets or sets a reference to the fund that this gift or pledge should be associated with.
Namespace: Asi.iBO.CommerceAssembly: 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 that this gift or pledge should be associated with.
Remarks
The fund must already be defined in iMIS; otherwise, an error is reported.