Leadtools.Dicom.Services
LEAD Technologies, Inc

StoreConfigurationSection Property






Represents the Store Retrieve plug-in configuration element.
Syntax
public StorageServiceConfigurationElement StoreConfigurationSection {get; set;}
'Declaration
 
Public Property StoreConfigurationSection As StorageServiceConfigurationElement
'Usage
 
Dim instance As DICOMServicesConfigurationHandler
Dim value As StorageServiceConfigurationElement
 
instance.StoreConfigurationSection = value
 
value = instance.StoreConfigurationSection
public StorageServiceConfigurationElement StoreConfigurationSection {get; set;}
 get_StoreConfigurationSection();
set_StoreConfigurationSection(value);
public:
property StorageServiceConfigurationElement^ StoreConfigurationSection {
   StorageServiceConfigurationElement^ get();
   void set (    StorageServiceConfigurationElement^ value);
}

Property Value

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

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

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

Example
For an example, refer to the WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMServicesConfigurationHandler Class
DICOMServicesConfigurationHandler Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.