In corlib/System.Runtime.InteropServices:
[mono.git] / mcs / class / System.Web.Services / System.Web.Services.Configuration / ProtocolElement.cs
index b000f73afeb4d3034f1a13e30338a99498d7d1d1..0cf5073e0a72d7ae63d5acbaf3ccfe1e517a0e3c 100644 (file)
@@ -59,7 +59,7 @@ namespace System.Web.Services.Configuration {
                        this.Name = protocol;
                }
 
-               [ConfigurationProperty ("name", DefaultValue = "Unknown", Options = ConfigurationPropertyOptions.IsKey)]
+               [ConfigurationProperty ("name", DefaultValue = WebServiceProtocols.Unknown, Options = ConfigurationPropertyOptions.IsKey)]
                public WebServiceProtocols Name {
                        get { return (WebServiceProtocols) base [nameProp];}
                        set { base[nameProp] = value; }