Get/set the form data model. If set, then the current interview data will be replaced with the new data.
[Visual Basic] Protected Property FormDataModel As DPLFormDataModel [C#] protected DPLFormDataModel FormDataModel { get; set; } [C++] protected: __property DPLFormDataModel* get_FormDataModel(); protected: __property void set_FormDataModel(DPLFormDataModel* ); [JScript] protected function get FormDataModel() : DPLFormDataModel protected function set FormDataModel(DPLFormDataModel);
InterviewControl Class | Portrate.Interview Namespace