Visual Basic (Declaration) | |
---|---|
Public Property ObjectRetrieveConfigurationSection As ServiceConfigurationElement |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DICOMServicesConfigurationHandler Dim value As ServiceConfigurationElement instance.ObjectRetrieveConfigurationSection = value value = instance.ObjectRetrieveConfigurationSection |
C# | |
---|---|
public ServiceConfigurationElement ObjectRetrieveConfigurationSection {get; set;} |
C++/CLI | |
---|---|
public: property ServiceConfigurationElement^ ObjectRetrieveConfigurationSection { ServiceConfigurationElement^ get(); void set ( ServiceConfigurationElement^ value); } |
Property Value
A ServiceConfigurationElement containing the information needed to create the DICOM Object Retrieve plug-in. Please check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project
This property is defined in the configuration file with the name "objectRetrieveConfigurationSection"
This configuration element is required to exist in the configuration file.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family