The Portrate Interview Engine

DPLWebConfig Class

Used to read in the portrate.forms.dpl configuration section from the web.config file.

 Author: Jacob W Anderson (c) 2003 Portrate, LLC. All rights reserved. 

For a list of all members of this type, see DPLWebConfig Members.

System.Object
   Portrate.Interview.Config.DPLWebConfig

[Visual Basic]
Public Class DPLWebConfig
    Implements IConfigurationSectionHandler
[C#]
public class DPLWebConfig : IConfigurationSectionHandler
[C++]
public __gc class DPLWebConfig : public IConfigurationSectionHandler
[JScript]
public class DPLWebConfig extends IConfigurationSectionHandler

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Config

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

DPLWebConfig Members | Portrate.Interview.Config Namespace