AppSettingNode Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents the design time node for a single KeyValueConfigurationElement, inside the AppSettingsSection.

Namespace:  Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design.dll)

Syntax

'Declaration
<SelectedImageAttribute(GetType(AppSettingNode))> _
<ImageAttribute(GetType(AppSettingNode))> _
PublicClassAppSettingNode _
    Inherits ConfigurationNode
[SelectedImageAttribute(typeof(AppSettingNode))]
[ImageAttribute(typeof(AppSettingNode))]
publicclassAppSettingNode : ConfigurationNode
[SelectedImageAttribute(typeof(AppSettingNode))]
[ImageAttribute(typeof(AppSettingNode))]
publicref classAppSettingNode : public ConfigurationNode
publicclass AppSettingNode extends ConfigurationNode

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ConfigurationNode
    Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design.AppSettingNode

See Also

AppSettingNode Members

Microsoft.Practices.EnterpriseLibrary.AppSettings.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.