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