DependentServices Property

Summary

Gets the collection of services that depend on the service associated with this DicomServiceController instance.

Syntax
C#
VB
C++
public DicomServiceController[] DependentServices { get; } 
  
Public ReadOnly Property DependentServices As DicomServiceController() 
public: 
property array<DicomServiceController^>^ DependentServices { 
   array<DicomServiceController^>^ get(); 
} 

Property Value

The array of service controller instances that depend on this DicomServiceController instance.

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