Merge pull request #2916 from ludovic-henry/fix-40306
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / HealthMonitoringSection.cs
index 547b6c2b2565b2db547c928d94aaeba3f209231b..0fb5e7d7c8d13d3b97e6aab7d17a16b4d315d538 100644 (file)
@@ -32,7 +32,6 @@ using System;
 using System.ComponentModel;
 using System.Configuration;
 
-#if NET_2_0
 
 namespace System.Web.Configuration {
 
@@ -119,7 +118,7 @@ namespace System.Web.Configuration {
                        get { return (RuleSettingsCollection) base [rulesProp];}
                }
 
-               protected override ConfigurationPropertyCollection Properties {
+               protected internal override ConfigurationPropertyCollection Properties {
                        get { return properties; }
                }
 
@@ -127,5 +126,4 @@ namespace System.Web.Configuration {
 
 }
 
-#endif