LEADTOOLS Medical (Leadtools.Medical.Workstation.DataAccessLayer assembly)

IsConfigurationRegistered Method (IWorkstationDataAccessAgent)

Show in webframe






Type: System.String The name of the component to check whether it has a registered configuration.
Checks whether a component has a configuration registered to it.
Syntax
bool IsConfigurationRegistered( 
   string componentName
)
'Declaration
 
Function IsConfigurationRegistered( _
   ByVal componentName As String _
) As Boolean
'Usage
 
Dim instance As IWorkstationDataAccessAgent
Dim componentName As String
Dim value As Boolean
 
value = instance.IsConfigurationRegistered(componentName)

            

            
bool IsConfigurationRegistered( 
   string* componentName
) 
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

See Also

Reference

IWorkstationDataAccessAgent Interface
IWorkstationDataAccessAgent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.