NameValueSectionHandler Class
Provides name/value-pair configuration information from a configuration section.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | NameValueSectionHandler() | Initializes a new instance of the NameValueSectionHandler class. |
| Name | Description | |
|---|---|---|
![]() | KeyAttributeName | Gets the XML attribute name to use as the key in a key/value pair. |
![]() | ValueAttributeName | Gets the XML attribute name to use as the value in a key/value pair. |
| Name | Description | |
|---|---|---|
![]() | Create(Object^, Object^, XmlNode^) | Creates a new configuration handler and adds it to the section-handler collection based on the specified parameters. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class implements the IConfigSectionHandler interface. The NameValueSectionHandler defines rules for manipulating XML configuration sections.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


