ConfigurationElement.IsReadOnly Method ()
.NET Framework (current version)
Gets a value indicating whether the ConfigurationElement object is read-only.
Assembly: System.Configuration (in System.Configuration.dll)
Return Value
Type: System.Booleantrue if the ConfigurationElement object is read-only; otherwise, false.
The system defines configuration elements that cannot be modified.
To determine which elements can be modified, use the IsReadOnly method.
.NET Framework
Available since 2.0
Available since 2.0
Show: