- componentName
 - The component full type name.
 
| Visual Basic (Declaration) | |
|---|---|
Overridable Function ReadConfiguration( _ ByVal componentName As String _ ) As String  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
virtual string ReadConfiguration( string componentName )  | |
| C++/CLI | |
|---|---|
virtual String^ ReadConfiguration( String^ componentName )  | |
Parameters
- componentName
 - The component full type name.
 
Return Value
A String representing the component configuration data.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
       
Copy Code