[To be supplied.]
[Visual Basic] Overloads Public Shared Sub PutProperty( _ ByVal configType As String, _ ByVal selector As Selector, _ ByVal PropertyName As String, _ ByVal Value As Object _ ) [C#] public static void PutProperty( string configType, Selector selector, string PropertyName, object Value ); [C++] public: static void PutProperty( String* configType, Selector* selector, String* PropertyName, Object* Value ); [JScript] public static function PutProperty( configType : String, selector : Selector, PropertyName : String, Value : Object );
ConfigManager Class | ConfigManager Members | System.Configuration Namespace | ConfigManager.PutProperty Overload List