The Portrate Interview Engine

DPLFormRef.Form Property

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

See Also

DPLFormRef Class | Portrate.Interview.Model Namespace