1 write to Value
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationValue.cs (1)
15Value = value;
4 references to Value
System.Configuration.ConfigurationManager (4)
System\Configuration\ConfigurationElement.cs (2)
621object value = configValue?.Value; 1279string attributeList = (string)value.Value;
System\Configuration\ConfigurationValues.cs (2)
23return configValue?.Value; 33return configValue?.Value;