<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.4.1" />

SectionInformation

public sealed class SectionInformation

public bool AllowLocation { get; set; }

public bool AllowOverride { get; set; }

public string ConfigSource { get; set; }

public bool ForceSave { get; set; }

public bool InheritInChildApplications { get; set; }

public bool IsDeclarationRequired { get; }

public bool IsDeclared { get; }

public bool IsLocked { get; }

public bool IsProtected { get; }

public string Name { get; }

public OverrideMode OverrideMode { get; set; }

public OverrideMode OverrideModeDefault { get; set; }

public bool RequirePermission { get; set; }

public bool RestartOnExternalChanges { get; set; }

public string SectionName { get; }

public string Type { get; set; }

public void ForceDeclaration()

public void ForceDeclaration(bool force)

public string GetRawXml()

public void ProtectSection(string protectionProvider)

public void RevertToParent()

public void SetRawXml(string rawXml)

public void UnprotectSection()