Represents the Query plug-in configuration element.
[ConfigurationPropertyAttribute("queryConfigurationSection", IsRequired=false)]
public ServiceConfigurationElement QueryConfigurationSection { get; set; }
Public Property QueryConfigurationSection As ServiceConfigurationElement
public:
property ServiceConfigurationElement^ QueryConfigurationSection {
ServiceConfigurationElement^ get();
void set ( ServiceConfigurationElement^ );
}
A ServiceConfigurationElement containing the information needed to create the DICOM Query plug-in.
This property is defined in the configuration file with the name "queryConfigurationSection"
This configuration element is required to exist in the configuration file.
For an example, refer to the 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