NameValueConfigurationElement Class
Assembly: System.Configuration (in system.configuration.dll)
'Declaration Public NotInheritable Class NameValueConfigurationElement Inherits ConfigurationElement 'Usage Dim instance As NameValueConfigurationElement
public final class NameValueConfigurationElement extends ConfigurationElement
public final class NameValueConfigurationElement extends ConfigurationElement
The NameValueConfigurationElement inherits from the ConfigurationElement base class. The ConfigurationElement represents an element within a configuration file.
There is a difference between the NameValueConfigurationElement class and KeyValueConfigurationElement class. The NameValueConfigurationElement class does not require the first string to be unique, whereas KeyValueConfigurationElement class requires the first string to be a key, and therefore unique in the collection.
System.Configuration.ConfigurationElement
System.Configuration.NameValueConfigurationElement
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.