Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ManageConfigurationSection Property
See Also 
Leadtools.Dicom.Services Namespace > DICOMServicesConfigurationHandler Class : ManageConfigurationSection Property



Represents the Manage plug-in configuration element.

Syntax

Visual Basic (Declaration) 
Public Property ManageConfigurationSection As ServiceConfigurationElement
Visual Basic (Usage)Copy Code
Dim instance As DICOMServicesConfigurationHandler
Dim value As ServiceConfigurationElement
 
instance.ManageConfigurationSection = value
 
value = instance.ManageConfigurationSection
C# 
public ServiceConfigurationElement ManageConfigurationSection {get; set;}
C++/CLI 
public:
property ServiceConfigurationElement^ ManageConfigurationSection {
   ServiceConfigurationElement^ get();
   void set (    ServiceConfigurationElement^ value);
}

Property Value

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

Example

Check our WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project

Remarks

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

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

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also