LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ReadConfiguration Method
See Also 
Leadtools.Medical.Workstation.DataAccessLayer Namespace > WorkstationDataAccessAgent Class : ReadConfiguration Method




componentName
Type: System.String The component name which configuration will be returned.
componentName
Type: System.String The component name which configuration will be returned.
Returns the configuration for a component.

Syntax

Visual Basic (Declaration) 
Public Overridable Function ReadConfiguration( _
   ByVal componentName As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim componentName As String
Dim value As String
 
value = instance.ReadConfiguration(componentName)
C# 
public virtual string ReadConfiguration( 
   string componentName
)
Managed Extensions for C++ 
public: virtual string* ReadConfiguration( 
   string* componentName
) 
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also