Gets the form referenced by this instance. This is a thread-safe operation that will dynamically lookup the DPLForm reference from the configuration.
[Visual Basic] Public Property ReadOnly Form As DPLForm [C#] public DPLForm Form { get; } [C++] public: __property DPLForm* get_Form(); [JScript] public function get Form() : DPLForm
DPLFormRef Class | Portrate.Interview.Model Namespace