Visual Basic (Usage) | ![]() |
---|---|
Dim sectionName As String Dim applicationType As ApplicationType Dim systemType As Type Dim value As ApplicationConfiguration value = ApplicationConfiguration.Load(sectionName, applicationType, systemType) |
C# | |
---|---|
public static ApplicationConfiguration Load( string sectionName, ApplicationType applicationType, Type systemType ) |
Parameters
- sectionName
- Name of configuration section for the current application's default configuration containing ConfigurationLocation.
- applicationType
- A description for the ApplicationType DataType.
- systemType
- A user type of the configuration instance.
Return Value
Application configurationTarget Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x