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.
AppSettingsSection::File Property
.NET Framework (current version)
Gets or sets a configuration file that provides additional settings or overrides the settings specified in the appSettings element.
Assembly: System.Configuration (in System.Configuration.dll)
public: [ConfigurationPropertyAttribute("file", DefaultValue = "")] property String^ File { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A configuration file that provides additional settings or overrides the settings specified in the appSettings element.
.NET Framework
Available since 2.0
Available since 2.0
Show: