The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ConfigurationElementCollection::IsReadOnly Method ()
.NET Framework (current version)
Indicates whether the ConfigurationElementCollection object is read only.
Assembly: System.Configuration (in System.Configuration.dll)
Return Value
Type: System::Booleantrue if the ConfigurationElementCollection object is read only; otherwise, false.
The system defines configuration elements that cannot be modified. Call this method to determine whether elements can be modified.
.NET Framework
Available since 2.0
Available since 2.0
Show: