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




componentName
Type: System.String The name for the component where the configuration will be stored.
componentName
Type: System.String The name for the component where the configuration will be stored.
Registers a new component configuration.

Syntax

Visual Basic (Declaration) 
Public Overridable Function RegisterConfiguration( _
   ByVal componentName As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WorkstationDataAccessAgent
Dim componentName As String
Dim value As Boolean
 
value = instance.RegisterConfiguration(componentName)
C# 
public virtual bool RegisterConfiguration( 
   string componentName
)
Managed Extensions for C++ 
public: virtual bool RegisterConfiguration( 
   string* componentName
) 
C++/CLI 
public:
virtual bool RegisterConfiguration( 
   String^ componentName
) 

Parameters

componentName
Type: System.String The name for the component where the configuration will be stored.

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