6 writes to PropertyValue
System.Configuration.ConfigurationManager (6)
System\Configuration\LocalFileSettingsProvider.cs (5)
87value.PropertyValue = connStrings[connStringName].ConnectionString; 91value.PropertyValue = setting.DefaultValue; 96value.PropertyValue = string.Empty; 136value.PropertyValue = null; 267value.PropertyValue = null;
System\Configuration\SettingsBase.cs (1)
95p.PropertyValue = propertyValue;
2 references to PropertyValue
System.Configuration.ConfigurationManager (2)
System\Configuration\ApplicationSettingsBase.cs (1)
301return value.PropertyValue;
System\Configuration\SettingsBase.cs (1)
68return p.PropertyValue;