ConfigurationElement.CurrentConfiguration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the top-level Configuration instance that represents the configuration hierarchy that the current ConfigurationElement instance belongs to.
public:
property System::Configuration::Configuration ^ CurrentConfiguration { System::Configuration::Configuration ^ get(); };
public System.Configuration.Configuration CurrentConfiguration { get; }
member this.CurrentConfiguration : System.Configuration.Configuration
Public ReadOnly Property CurrentConfiguration As Configuration
Property Value
The top-level Configuration instance that the current ConfigurationElement instance belongs to.
Remarks
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.