The Portrate Interview Engine

DPLConfig.Campaigns Property

Gets the table of campaigns which are keyed by their names.

[Visual Basic]
Public Property ReadOnly Campaigns As Hashtable
[C#]
public Hashtable Campaigns { get; }
[C++]
public: __property Hashtable* get_Campaigns();
[JScript]
public function get Campaigns() : Hashtable

See Also

DPLConfig Class | Portrate.Interview.Model Namespace