Windows apps
Collapse the table of content
Expand the table of content
Information
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.

ConfigurationElement::SetReadOnly Method ()

 

Sets the IsReadOnly property for the ConfigurationElement object and all subelements.

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

public protected:
virtual void SetReadOnly()

This method is used internally to set aside those system-configuration elements that cannot be modified.

To determine which elements can be modified, use the IsReadOnly method.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft