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