1 write to Value
System.Configuration (1)
System\Configuration\ConfigurationValue.cs (1)
30
Value
= value;
4 references to Value
System.Configuration (4)
System\Configuration\ConfigurationElement.cs (2)
580
object value = (ConfigValue != null) ? ConfigValue.
Value
: null;
1354
string attributeList = (string)(value.
Value
);
System\Configuration\ConfigurationValues.cs (2)
115
return configValue.
Value
;
130
return configValue.
Value
;