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!

IConfigCollection.IsFrozen

Indicates if a configuration collection can be changed or not.

[Visual Basic]
ReadOnly Property IsFrozen As Boolean
[C#]
bool IsFrozen {get;}
[C++]
bool get_IsFrozen() = 0;
[JScript]
abstract function get IsFrozen() : Boolean;

See Also

IConfigCollection Interface | IConfigCollection Members | System.Configuration Namespace