NET Logging Library
CurrentConfiguration Property



KellermanSoftware.NetLoggingLibrary Namespace > AppConfigLogic Class : CurrentConfiguration Property
Get the current configuration from the web.config or app.config
Syntax
Public Shared Property CurrentConfiguration As Configuration
Dim value As Configuration
 
AppConfigLogic.CurrentConfiguration = value
 
value = AppConfigLogic.CurrentConfiguration
public static Configuration CurrentConfiguration {get; set;}
public:
static property Configuration^ CurrentConfiguration {
   Configuration^ get();
   void set (    Configuration^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AppConfigLogic Class
AppConfigLogic Members