Services Property

Summary
Gets the list of DICOM Servers installed on the machine.
Syntax
C#
VB
C++
public Dictionary<string, DicomService> Services { get; } 
Public ReadOnly Property Services As Dictionary(Of String,DicomService) 
public: 
property Dictionary<String^,DicomService^>^ Services { 
   Dictionary<String^,DicomService^>^ get(); 
} 

Property Value

The installed services.

Example

For an example refer to Initialize

Requirements

Target Platforms

Help Version 21.0.2021.7.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.