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 item, all set operations on any properties will throw an exception.
IConfigItem Interface | IConfigItem Members | System.Configuration Namespace