Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.2
|
Leadtools.Dicom.Server.Admin Namespace > ServiceAdministrator Class : Services Property |
public Dictionary<string,DicomService> Services {get;}
'Declaration Public ReadOnly Property Services As Dictionary(Of String,DicomService)
'Usage Dim instance As ServiceAdministrator Dim value As Dictionary(Of String,DicomService) value = instance.Services
public: property Dictionary<String^,DicomService^>^ Services { Dictionary<String^,DicomService^>^ get(); }