ConfigurationElement.CurrentConfiguration Property
.NET Framework 4.6 and 4.5
Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.Configuration.ConfigurationThe top-level Configuration instance that the current ConfigurationElement instance belongs to.
The CurrentConfiguration property makes it easy to determine which version of the .NET Framework is targeted. The TargetFramework property of the top-level Configuration instance indicates the targeted framework version.
Show: