NET Logging Library
CreateDefaultConfigurationSection Method



KellermanSoftware.NetLoggingLibrary Namespace > AppConfigLogic Class : CreateDefaultConfigurationSection Method
Create a default configuration section
Syntax
Public Shared Function CreateDefaultConfigurationSection( _
   ByVal sectionName As String _
) As DefaultConfigurationSection
Dim sectionName As String
Dim value As DefaultConfigurationSection
 
value = AppConfigLogic.CreateDefaultConfigurationSection(sectionName)
public static DefaultConfigurationSection CreateDefaultConfigurationSection( 
   string sectionName
)
public:
static DefaultConfigurationSection^ CreateDefaultConfigurationSection( 
   String^ sectionName
) 

Parameters

sectionName
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