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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace