8 references to Prop
System.Configuration.ConfigurationManager (8)
System\Configuration\PropertyInformation.cs (8)
27internal string ProvidedName => Prop.ProvidedName; 36public object DefaultValue => Prop.DefaultValue; 49public bool IsKey => Prop.IsKey; 51public bool IsRequired => Prop.IsRequired; 86public Type Type => Prop.Type; 88public ConfigurationValidatorBase Validator => Prop.Validator; 90public TypeConverter Converter => Prop.Converter; 92public string Description => Prop.Description;