←Select platform

ObjectRetrieveConfigurationSection Property

Summary

Represents the Object Retrieve plug-in configuration element.

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("objectRetrieveConfigurationSection", IsRequired=false)] 
public ServiceConfigurationElement ObjectRetrieveConfigurationSection { get; set; } 
  
Public Property ObjectRetrieveConfigurationSection As ServiceConfigurationElement 
public: 
property ServiceConfigurationElement^ ObjectRetrieveConfigurationSection { 
   ServiceConfigurationElement^ get(); 
   void set (    ServiceConfigurationElement^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly