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::RestartOnExternalChanges Property
.NET Framework (current version)
Gets or sets a value that specifies whether a change in an external configuration include file requires an application restart.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if a change in an external configuration include file requires an application restart; otherwise, false. The default is true.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The selected value conflicts with a value that is already defined. |
Set the RestartOnExternalChanges property to false to prevent an application restart when configuration settings in the external include file are modified for this ConfigurationSection object.
The following example shows how to get the RestartOnExternalChanges property value of a ConfigurationSection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: