<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0-preview1-25914-04" />

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; }

public string Name { get; }

public string Source { get; }

public Type Type { get; }

public object Value { get; set; }