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 (String, String, String, Object)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub PutProperty( _
   ByVal configType As String, _
   ByVal selector As String, _
   ByVal PropertyName As String, _
   ByVal Value As Object _
)
[C#]
public static void PutProperty(
   string configType,
   string selector,
   string PropertyName,
   object Value
);
[C++]
public: static void PutProperty(
   String* configType,
   String* selector,
   String* PropertyName,
   Object* Value
);
[JScript]
public static function PutProperty(
   configType : String,
   selector : String,
   PropertyName : String,
   Value : Object
);

Parameters

configType
[To be supplied.]
selector
[To be supplied.]
PropertyName
[To be supplied.]
Value
[To be supplied.]

See Also

ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.PutProperty Overload List