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.IsFrozen

Indicates if a configuration item 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

IConfigItem Interface | IConfigItem Members | System.Configuration Namespace