NameValueConfigurationElement Class
.NET Framework 3.0
A configuration element that contains a String name and String value. This class cannot be inherited.
Namespace: System.Configuration
Assembly: System.Configuration (in system.configuration.dll)
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
Not applicable.
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.Object
System.Configuration.ConfigurationElement
System.Configuration.NameValueConfigurationElement
System.Configuration.ConfigurationElement
System.Configuration.NameValueConfigurationElement
Windows 98, Windows Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: