- componentName
- The name of the component which configuration will be updated.
- data
- The new configuration data to update.
Visual Basic (Declaration) | |
---|---|
Function UpdateConfiguration( _ ByVal componentName As String, _ ByVal data As String _ ) As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As IWorkstationDataAccessAgent Dim componentName As String Dim data As String Dim value As Boolean value = instance.UpdateConfiguration(componentName, data) |
C# | |
---|---|
bool UpdateConfiguration( string componentName, string data ) |
Managed Extensions for C++ | |
---|---|
bool UpdateConfiguration( string* componentName, string* data ) |
C++/CLI | |
---|---|
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7