ConfigurationElementCollection.IsReadOnly Method

Gets a value indicating whether the ConfigurationElementCollection object is read only.

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

'Declaration
Public Overrides Function IsReadOnly As Boolean
'Usage
Dim instance As ConfigurationElementCollection
Dim returnValue As Boolean

returnValue = instance.IsReadOnly
public boolean IsReadOnly ()
public override function IsReadOnly () : boolean
Not applicable.

Return Value

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.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: