- componentName
- Type: System.String The name for the component where the configuration will be stored.
| Visual Basic (Declaration) | |
|---|---|
Function RegisterConfiguration( _ ByVal componentName As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IWorkstationDataAccessAgent Dim componentName As String Dim value As Boolean value = instance.RegisterConfiguration(componentName) | |
| C# | |
|---|---|
bool RegisterConfiguration( string componentName ) | |
| Managed Extensions for C++ | |
|---|---|
bool RegisterConfiguration( string* componentName ) | |
| C++/CLI | |
|---|---|
bool RegisterConfiguration( String^ componentName ) | |
Parameters
- componentName
- Type: System.String The name for the component where the configuration will be stored.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code