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