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!

ConfigManager.DeleteProperty

Resets a configuration property to its default value.

It does not remove the configuration property from the configuration schema for a config type.

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Shared Sub DeleteProperty(String, Selector, String)
[C#] public static void DeleteProperty(String, Selector, String);
[C++] public: static void DeleteProperty(String*, Selector, String*);
[JScript] public static function DeleteProperty(String, Selector, String);

[To be supplied.]

[Visual Basic] Overloads Public Shared Sub DeleteProperty(String, String, String)
[C#] public static void DeleteProperty(String, String, String);
[C++] public: static void DeleteProperty(String*, String*, String*);
[JScript] public static function DeleteProperty(String, String, String);

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace