Represents the Store Retrieve plug-in configuration element.
[ConfigurationPropertyAttribute("storeConfigurationSection", IsRequired=false)]
public StorageServiceConfigurationElement StoreConfigurationSection { get; set; }
Public Property StoreConfigurationSection As Leadtools.Dicom.Services.StorageServiceConfigurationElement
public:
property Leadtools.Dicom.Services.StorageServiceConfigurationElement^ StoreConfigurationSection {
Leadtools.Dicom.Services.StorageServiceConfigurationElement^ get();
void set ( Leadtools.Dicom.Services.StorageServiceConfigurationElement^ );
}
A ServiceConfigurationElement containing the information needed to create the DICOM Store plug-in.
This property is defined in the configuration file with the name "storeConfigurationSection"
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