- componentName
- The name for the component where the configuration will be stored.
| Visual Basic (Declaration) | |
|---|---|
Public Overridable Function RegisterConfiguration( _ ByVal componentName As String _ ) As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual bool RegisterConfiguration( string componentName ) | |
| C++/CLI | |
|---|---|
public: virtual bool RegisterConfiguration( String^ componentName ) | |
Parameters
- componentName
- The name for the component where the configuration will be stored.
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