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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly