Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

ConfigHandler Property






Gets or Sets the factory and the plug-ins types and initialization information
Syntax
protected DICOMServicesConfigurationHandler ConfigHandler {get; set;}
'Declaration
 
Protected Property ConfigHandler As DICOMServicesConfigurationHandler
'Usage
 
Dim instance As DICOMPluginFactory
Dim value As DICOMServicesConfigurationHandler
 
instance.ConfigHandler = value
 
value = instance.ConfigHandler

            

            
protected:
property DICOMServicesConfigurationHandler^ ConfigHandler {
   DICOMServicesConfigurationHandler^ get();
   void set (    DICOMServicesConfigurationHandler^ value);
}

Property Value

A DICOMServicesConfigurationHandler which includes the type of the plug-ins the DICOMPluginFactory should create.
Requirements

Target Platforms

See Also

Reference

DICOMPluginFactory Class
DICOMPluginFactory Members

Error processing SSI file