Was this page helpful?
Your feedback about this content is important. Let us know what you think.
Additional feedback?
1500 characters remaining
Export (0) Print
Expand All

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)

public Configuration CurrentConfiguration { get; }

Property Value

Type: System.Configuration.Configuration
The 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.

.NET Framework

Supported in: 4.6, 4.5, 4

.NET Framework Client Profile

Supported in: 4
Show:
© 2015 Microsoft