The Portrate Interview Engine

DPLConfig.Instance Property

Returns an instance of the DPL interview configuration.

[Visual Basic]
Shared Public Property ReadOnly Instance As DPLConfig
[C#]
public static DPLConfig Instance { get; }
[C++]
public: static __property DPLConfig* get_Instance();
[JScript]
public static function get Instance() : DPLConfig

See Also

DPLConfig Class | Portrate.Interview.Model Namespace