ConfigCheck..::..AppSettingCheckHandlers Property
Subclasses should add their AppSettingCheck implementing methods to this list in their
constructor (or otherwise before calling Check method). Some basic checks are available in
nested static class ChecksLibrary.
Namespace:
Suoranta.EnterpriseLib.AppDomainAssembly: Suoranta.EnterpriseLib (in Suoranta.EnterpriseLib.dll)
Syntax
protected List<ConfigCheck..::..CheckHandler<NameValueCollection>> AppSettingCheckHandlers { get; }

