NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IConfigItem.Freeze

Makes the configuration item read-only.

[Visual Basic]
Sub Freeze()
[C#]
void Freeze();
[C++]
void Freeze() = 0;
[JScript]
function Freeze();

Remarks

After Freeze has been called on a configuration item, all set operations on any properties will throw an exception.

See Also

IConfigItem Interface | IConfigItem Members | System.Configuration Namespace