The Portrate Interview Engine

ConfigFactory.Renderers Property

Returns the renderers section configuration

[Visual Basic]
Public Property ReadOnly Renderers As IDictionary
[C#]
public IDictionary Renderers { get; }
[C++]
public: __property IDictionary* get_Renderers();
[JScript]
public function get Renderers() : IDictionary

See Also

ConfigFactory Class | Portrate.Interview.Config Namespace