Gets or sets the campaign with which this gift is associated.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string CampaignCode { get; set; } |
| Visual Basic |
|---|
Public Property CampaignCode As String Get Set |
| Visual C++ |
|---|
public: property String^ CampaignCode { String^ get (); void set (String^ value); } |
Field Value
The key to an existing campaign toward which this gift should be applied.
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.