Leadtools.Dicom.Services

ObjectRetrieveConfigurationSection Property

Show in webframe



Represents the Object Retrieve plug-in configuration element.
Syntax
'Declaration
 
Public Property ObjectRetrieveConfigurationSection As ServiceConfigurationElement
'Usage
 
Dim instance As DICOMServicesConfigurationHandler
Dim value As ServiceConfigurationElement
 
instance.ObjectRetrieveConfigurationSection = value
 
value = instance.ObjectRetrieveConfigurationSection
public ServiceConfigurationElement ObjectRetrieveConfigurationSection {get; set;}
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.
Remarks

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

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

See Also

Reference

DICOMServicesConfigurationHandler Class
DICOMServicesConfigurationHandler Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.