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