Merge pull request #1506 from akoeplinger/fix-paste-test
[mono.git] / mcs / class / System / System.Net.Configuration / BypassElement.cs
index a017ae8a9fc627700982e5bf23e29fc47d9a053a..863a5c841e961aeccbbbac2d391653e2bb402d8f 100644 (file)
@@ -30,7 +30,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if NET_2_0 && CONFIGURATION_DEP
+#if CONFIGURATION_DEP
 
 using System.Configuration;
 
@@ -49,7 +49,7 @@ namespace System.Net.Configuration
 
                static BypassElement ()
                {
-                       addressProp = new ConfigurationProperty ("Address", typeof (string),
+                       addressProp = new ConfigurationProperty ("address", typeof (string),
                                                                 null, ConfigurationPropertyOptions.IsRequired | ConfigurationPropertyOptions.IsKey);
 
                        properties = new ConfigurationPropertyCollection ();