Represents the Manage plug-in configuration element.
[ConfigurationPropertyAttribute("manageConfigurationSection", IsRequired=false)]
public ServiceConfigurationElement ManageConfigurationSection { get; set; }
Public Property ManageConfigurationSection As ServiceConfigurationElement
public:
property ServiceConfigurationElement^ ManageConfigurationSection {
ServiceConfigurationElement^ get();
void set ( ServiceConfigurationElement^ );
}
A ServiceConfigurationElement containing the information needed to create the DICOM Manage plug-in.
This property is defined in the configuration file with the name "manageConfigurationSection"
This configuration element is required to exist in the configuration file.
Check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET