SectionInformation.AllowLocation Property
Gets or sets a value that indicates whether the configuration section allows the location attribute.
Namespace: System.Configuration
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System.Booleantrue if the location attribute is allowed; otherwise, false. The default is true.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | The selected value conflicts with a value that is already defined. |
The examples in this section show how to get the AllowLocation property value after accessing the related section information in the configuration file.
The following example gets the SectionInformation object.
The following example gets the AllowLocation value.
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.