2 writes to Value
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
276
ElementInformation.Properties[propInfo.Name].
Value
= propInfo.Value;
System.Web (1)
Configuration\ConfigUtil.cs (1)
134
propInfo.
Value
= newDefaultValue;
2 references to Value
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
267
_values.SetValue(propInfo.Name, propInfo.
Value
, flags, source.PropertyInfoInternal(propInfo.Name));
276
ElementInformation.Properties[propInfo.Name].Value = propInfo.
Value
;