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