- componentName
- The name of the component which configuration will be updated.
- data
- The new configuration data to update.
| Visual Basic (Declaration) | |
|---|---|
Overridable Function UpdateConfiguration( _ ByVal componentName As String, _ ByVal data As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
virtual bool UpdateConfiguration( string componentName, string data ) | |
| C++/CLI | |
|---|---|
virtual bool UpdateConfiguration( String^ componentName, String^ data ) | |
Parameters
- componentName
- The name of the component which configuration will be updated.
- data
- The new configuration data to update.
Return Value
True if the operation succeeded; otherwise it is false.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code