←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly