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.Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family