KeyValueConfigurationElement public class KeyValueConfigurationElement : ConfigurationElement Documentation public string Key { get; } public string Value { get; set; } public KeyValueConfigurationElement(string key, string value)