PropertyInformation public sealed class PropertyInformation Documentation Code public TypeConverter Converter { get; } public object DefaultValue { get; } public string Description { get; } public bool IsKey { get; } public bool IsLocked { get; } public bool IsModified { get; } public bool IsRequired { get; } public int LineNumber { get; } public string Name { get; } public string Source { get; } public Type Type { get; } public ConfigurationValidatorBase Validator { get; } public object Value { get; set; } public PropertyValueOrigin ValueOrigin { get; }