<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0-preview.1.22076.8" />

PropertyInformation

public sealed class PropertyInformation
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; }

Line number or 0 if there is no source.

public string Name { get; }

public string Source { get; }

public Type Type { get; }

public object Value { get; set; }