ConfigurationElementCollection::IsReadOnly Method ()

 

Indicates whether the ConfigurationElementCollection object is read only.

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

public:
virtual bool IsReadOnly() override

Return Value

Type: System::Boolean

true 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
Return to top
Show: