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 > IWorkstationDataAccessAgent Interface : 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) 
Function RegisterConfiguration( _
   ByVal componentName As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IWorkstationDataAccessAgent
Dim componentName As String
Dim value As Boolean
 
value = instance.RegisterConfiguration(componentName)
C# 
bool RegisterConfiguration( 
   string componentName
)
Managed Extensions for C++ 
bool RegisterConfiguration( 
   string* componentName
) 
C++/CLI 
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