Get/set the list of bookmarks to be displayed
[Visual Basic] Protected Property Bookmarks As ArrayList [C#] protected ArrayList Bookmarks { get; set; } [C++] protected: __property ArrayList* get_Bookmarks(); protected: __property void set_Bookmarks(ArrayList* ); [JScript] protected function get Bookmarks() : ArrayList protected function set Bookmarks(ArrayList);
InterviewControl Class | Portrate.Interview Namespace