SectionInformation public sealed class SectionInformation Documentation Code public ConfigurationAllowDefinition AllowDefinition { get; set; } public ConfigurationAllowExeDefinition AllowExeDefinition { get; set; } 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 OverrideMode OverrideModeEffective { get; } public ProtectedConfigurationProvider ProtectionProvider { get; } 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 ConfigurationSection GetParentSection() public string GetRawXml() public void ProtectSection(string protectionProvider) public void RevertToParent() public void SetRawXml(string rawXml) public void UnprotectSection()