Gets or sets the campaign with which all gifts or pledges must be associated in order to be considered
when determining qualification for the club.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string OnlyForCampaignCode { get; set; } |
| Visual Basic |
|---|
Public Property OnlyForCampaignCode As String Get Set |
| Visual C++ |
|---|
public: property String^ OnlyForCampaignCode { String^ get (); void set (String^ value); } |
Field Value
The key to an existing campaign toward which all qualifying donations must be made.
Remarks
The campaign must already be defined in iMIS.
Remarks
If the supplied value is greater than 10 characters in length an error is reported.