ConfigurationLockCollection::IsReadOnly Method (String^)

 

Verifies whether a specific configuration object is read-only.

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

public:
bool IsReadOnly(
	String^ name
)

Parameters

name
Type: System::String^

The name of the configuration object to verify.

Return Value

Type: System::Boolean

true if the specified configuration object in the ConfigurationLockCollection collection is read-only; otherwise, false.

Exception Condition
ConfigurationErrorsException

The specified configuration object is not in the collection.

The following code example demonstrates how to use the IsReadOnly method. This code example is part of a larger example provided for the ConfigurationLockCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: