Makes the configuration item read-only.
[Visual Basic] Sub Freeze() [C#] void Freeze(); [C++] void Freeze() = 0; [JScript] function Freeze();
After Freeze has been called on a configuration collection, all changes to the collection will throw an exception.
IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace