Gets or sets the MEET_CAMPAIGN field of the COrderLine.

Namespace: Asi.iBO.Commerce
Assembly: 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);
}

Remarks

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

See Also