ConfigurationElement.CurrentConfiguration Property

Definition

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.

Applies to

See also