The Portrate Interview Engine

InterviewControl.CurrentCampaign Property

[Visual Basic]
Public Property CurrentCampaign As String
[C#]
public string CurrentCampaign { get; set; }
[C++]
public: __property String* get_CurrentCampaign();
public: __property void set_CurrentCampaign(String* );
[JScript]
public function get CurrentCampaign() : String
public function set CurrentCampaign(String);

See Also

InterviewControl Class | Portrate.Interview Namespace