2 references to ConfigurationProperty
System.Configuration.ConfigurationManager (2)
System\Configuration\ProviderSettings.cs (2)
171setPropName = new ConfigurationProperty(propName, typeof(string), null); 181ConfigurationProperty propName = new ConfigurationProperty(name, typeof(string), value);