SectionInformation::RestartOnExternalChanges Property

 

Gets or sets a value that specifies whether a change in an external configuration include file requires an application restart.

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

public:
property bool RestartOnExternalChanges {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: