The Portrate Interview Engine

DPLConfig.Forms Property

Gets the table of DPLForm instances keyed by their reference names.

[Visual Basic]
Public Property ReadOnly Forms As Hashtable
[C#]
public Hashtable Forms { get; }
[C++]
public: __property Hashtable* get_Forms();
[JScript]
public function get Forms() : Hashtable

See Also

DPLConfig Class | Portrate.Interview.Model Namespace