Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ConfigHandler Property
See Also 
Leadtools.Dicom.Services Namespace > DICOMPluginFactory Class : ConfigHandler Property



Gets or Sets the factory and the plug-ins types and initialization information

Syntax

Visual Basic (Declaration) 
Protected Property ConfigHandler As DICOMServicesConfigurationHandler
Visual Basic (Usage)Copy Code
Dim instance As DICOMPluginFactory
Dim value As DICOMServicesConfigurationHandler
 
instance.ConfigHandler = value
 
value = instance.ConfigHandler
C# 
protected DICOMServicesConfigurationHandler ConfigHandler {get; set;}
C++/CLI 
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: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also