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.
Configuration::NamespaceDeclared Property
.NET Framework (current version)
Gets or sets a value indicating whether the configuration file has an XML namespace.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the configuration file has an XML namespace; otherwise, false.
Configuration files are formatted as XML files, but an XML namespace is not required. If this value is true after the Configuration object is opened, then the file contains a namespace reference. If it is set to true before the Configuration object is saved, then a namespace reference will be added to the file.
.NET Framework
Available since 2.0
Available since 2.0
Show: