EnvironmentNodeMergeElement.OverriddenProperties Property
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. |
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides (in Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.dll)
Syntax
'Declaration
<ConfigurationPropertyAttribute("overridddenProperties", IsDefaultCollection := True)> _
PublicPropertyOverriddenPropertiesAs NameValueConfigurationCollection
[ConfigurationPropertyAttribute("overridddenProperties", IsDefaultCollection = true)]
public NameValueConfigurationCollection OverriddenProperties { get; set; }
[ConfigurationPropertyAttribute(L"overridddenProperties", IsDefaultCollection = true)]
public:
property NameValueConfigurationCollection^ OverriddenProperties {
NameValueConfigurationCollection^ get ();
voidset (NameValueConfigurationCollection^ value);
}
publicfunction getOverriddenProperties () : NameValueConfigurationCollection
publicfunction setOverriddenProperties (value : NameValueConfigurationCollection)
See Also
EnvironmentNodeMergeElement Class
Microsoft.Practices.EnterpriseLibrary.Configuration.EnvironmentalOverrides.Configuration 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. |