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

IsConfigurationRegistered Method (WorkstationDataAccessAgent)

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
public virtual bool IsConfigurationRegistered( 
   string componentName
)
'Declaration
 
Public Overridable Function IsConfigurationRegistered( _
   ByVal componentName As String _
) As Boolean
'Usage
 
Dim instance As WorkstationDataAccessAgent
Dim componentName As String
Dim value As Boolean
 
value = instance.IsConfigurationRegistered(componentName)

            

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

See Also

Reference

WorkstationDataAccessAgent Class
WorkstationDataAccessAgent Members

 

 


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