Get/set the ID of the current form
[Visual Basic] Protected Property SequenceID As String [C#] protected string SequenceID { get; set; } [C++] protected: __property String* get_SequenceID(); protected: __property void set_SequenceID(String* ); [JScript] protected function get SequenceID() : String protected function set SequenceID(String);
InterviewControl Class | Portrate.Interview Namespace