Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

ManageConfigurationSection Property






Represents the Manage plug-in configuration element.
Syntax
public ServiceConfigurationElement ManageConfigurationSection {get; set;}
'Declaration
 
Public Property ManageConfigurationSection As ServiceConfigurationElement
'Usage
 
Dim instance As DICOMServicesConfigurationHandler
Dim value As ServiceConfigurationElement
 
instance.ManageConfigurationSection = value
 
value = instance.ManageConfigurationSection

            

            
public:
property ServiceConfigurationElement^ ManageConfigurationSection {
   ServiceConfigurationElement^ get();
   void set (    ServiceConfigurationElement^ value);
}

Property Value

A ServiceConfigurationElement containing the information needed to create the DICOM Manage plug-in.
Remarks

This property is defined in the configuration file with the name "manageConfigurationSection"

This configuration element is required to exist in the configuration file.

Example
Check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
Requirements

Target Platforms

See Also

Reference

DICOMServicesConfigurationHandler Class
DICOMServicesConfigurationHandler Members

Error processing SSI file