Gets the list of Campaigns defined in the iMIS instance. Key is the CampaignCode, Value is the campaing's title
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public KeyValuePair[] Campaigns { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Campaigns As KeyValuePair() |
| Visual C++ |
|---|
public: property array<KeyValuePair>^ Campaigns { array<KeyValuePair>^ get (); } |