←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly