Gets a value that indicates whether this ConfigurationSectionGroup object is declared.
Assembly: System.Configuration (in System.Configuration.dll)
Syntax
true if this ConfigurationSectionGroup is declared; otherwise, false. The default is false.
Public ReadOnly Property IsDeclared As [%$TOPIC/7t671ksx_en-us_VS_110_2_0_0_0_0%]
public [%$TOPIC/7t671ksx_en-us_VS_110_2_0_1_0_0%] IsDeclared { get; }
public:
property [%$TOPIC/7t671ksx_en-us_VS_110_2_0_2_0_0%] IsDeclared {
[%$TOPIC/7t671ksx_en-us_VS_110_2_0_2_0_1%] get ();
}
member IsDeclared : [%$TOPIC/7t671ksx_en-us_VS_110_2_0_3_0_0%] with get
Property Value
Type: SystemBooleantrue if this ConfigurationSectionGroup is declared; otherwise, false. The default is false.
Examples
The following code example determines whether this instance of ConfigurationSectionGroup is declared. This is part of a larger example provided in the overview for the ConfigurationSectionGroup class.
indent("Is Group Declared?: " + _
sectionGroup.IsDeclared.ToString())
indent("Is Group Declared?: " + sectionGroup.IsDeclared);
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.