Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SectionInformation::OverrideModeEffective Property

 

Gets the override behavior of a configuration section that is in turn based on whether child configuration files can lock the configuration section.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property OverrideMode OverrideModeEffective {
	OverrideMode get();
}

Property Value

Type: System.Configuration::OverrideMode

One of the OverrideMode enumeration values.

This property returns either Deny or Allow.

.NET Framework
Available since 2.0
Return to top
Show: