IsConfigurationRegistered Method

Summary
Checks whether a component has a configuration registered to it.
Syntax
C#
VB
C++
public virtual bool IsConfigurationRegistered( 
   string componentName 
) 
  
Public Overridable Function IsConfigurationRegistered( _ 
   ByVal componentName As String _ 
) As Boolean 
public: 
virtual bool IsConfigurationRegistered(  
   String^ componentName 
)  

Parameters

componentName
Type: System.String The name of the component to check whether it has a registered configuration.

Remarks

To register a configuration for a component call the RegisterConfiguration

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.