Returns true if the current campaign has been completed.
[Visual Basic] Protected Property Completed As Boolean [C#] protected bool Completed { get; set; } [C++] protected: __property bool get_Completed(); protected: __property void set_Completed(bool ); [JScript] protected function get Completed() : bool protected function set Completed(bool);
InterviewControl Class | Portrate.Interview Namespace