In System.Web.Configuration.Internal:
[mono.git] / mcs / class / System.Web / System.Web.Configuration_2.0 / RoleManagerSection.cs
index 5d6c398576e02efd94ed046af04bf3fcef3eba44..999296e65bfa570f79c74b252252263e566c75d6 100644 (file)
@@ -85,7 +85,8 @@ namespace System.Web.Configuration {
                        domainProp = new ConfigurationProperty ("domain", typeof (string));
                        enabledProp = new ConfigurationProperty ("enabled", typeof (bool), false);
                        maxCachedResultsProp = new ConfigurationProperty ("maxCachedResults", typeof (int), 25);
-                       providersProp = new ConfigurationProperty ("providers", typeof (ProviderSettingsCollection));
+                       providersProp = new ConfigurationProperty ("providers", typeof (ProviderSettingsCollection), null,
+                                                                  null, null, ConfigurationPropertyOptions.None);
                        properties = new ConfigurationPropertyCollection ();
 
                        properties.Add (cacheRolesInCookieProp);