System.Configuration.SettingValueElement
Contains the XML representing the serialized value of the setting. This class cannot be inherited.
namespace System.Configuration
{
public sealed class SettingValueElement : ConfigurationElement
{
public XmlNode ValueXml { get; set; }
public SettingValueElement();
}
}