ReadConfiguration Method
Summary
Returns the configuration for a component.
Syntax
Public Overridable Function ReadConfiguration( _
ByVal componentName As String _
) As String
public:
virtual String^ ReadConfiguration(
String^ componentName
)
Parameters
componentName
Type: System.String The component name which configuration will be returned.
Return Value
Type: System.String The configuration for the component.