NET Logging Library
CreateConfigurationSection Method



KellermanSoftware.NetLoggingLibrary Namespace > AppConfigLogic Class : CreateConfigurationSection Method
The name of the section to create
Create a configuration section
Syntax
Public Shared Function CreateConfigurationSection( _
   ByVal sectionName As String _
) As LoggingTargetConfigurationSection
Dim sectionName As String
Dim value As LoggingTargetConfigurationSection
 
value = AppConfigLogic.CreateConfigurationSection(sectionName)
public static LoggingTargetConfigurationSection CreateConfigurationSection( 
   string sectionName
)
public:
static LoggingTargetConfigurationSection^ CreateConfigurationSection( 
   String^ sectionName
) 

Parameters

sectionName
The name of the section to create

Return Value

The created section
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