ConfigurationSectionGroup.IsDeclarationRequired Property

 

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

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

Public ReadOnly Property IsDeclarationRequired As Boolean

Property Value

Type: System.Boolean

true if this ConfigurationSectionGroup declaration is required; otherwise, false.

The following code example determines whether this instance of the ConfigurationSectionGroup declaration is required.

indent("Is Group Required?: " + _
   sectionGroup.IsDeclarationRequired.ToString())

.NET Framework
Available since 2.0
Return to top
Show: