<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.6.0-preview8.19405.3" />

ConfigurationSectionGroup

Represents a group of related sections within a configuration file.
public bool IsDeclarationRequired { get; }

Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required.

public bool IsDeclared { get; }

Gets a value that indicates whether this ConfigurationSectionGroup object is declared.

public string Name { get; }

Gets the name property of this ConfigurationSectionGroup object.

public string SectionGroupName { get; }

Gets the section group name associated with this ConfigurationSectionGroup.

Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.

Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.

public string Type { get; set; }

Gets or sets the type for this ConfigurationSectionGroup object.

Initializes a new instance of the ConfigurationSectionGroup class.

public void ForceDeclaration()

Forces the declaration for this ConfigurationSectionGroup object.

public void ForceDeclaration(bool force)

Forces the declaration for this ConfigurationSectionGroup object.