IsConfigurationRegistered Method

Summary

Checks whether a component has a configuration registered to it.

Syntax
C#
VB
C++
public bool IsConfigurationRegistered( 
   string componentName 
) 
  
Function IsConfigurationRegistered( _ 
   ByVal componentName As String _ 
) As Boolean 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly