ConfigurationSectionGroup.IsDeclarationRequired Property
.NET Framework (current version)
Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.Booleantrue if this ConfigurationSectionGroup declaration is required; otherwise, false.
The following code example determines whether this instance of the ConfigurationSectionGroup declaration is required.
.NET Framework
Available since 2.0
Available since 2.0
Show: