Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ServiceConfigurationElement Constructor()
See Also 
Leadtools.Dicom.Services Namespace > ServiceConfigurationElement Class > ServiceConfigurationElement Constructor : ServiceConfigurationElement Constructor()



Initializes a new instance of the ServiceConfigurationElement class.

Syntax

Visual Basic (Declaration) 
Public Function New()
Visual Basic (Usage)Copy Code
Dim instance As New ServiceConfigurationElement()
C# 
public ServiceConfigurationElement()
C++/CLI 
public:
ServiceConfigurationElement();

Example

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

Requirements

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

See Also