DICOMServerEventLog Property

Summary

Gets a strongly typed System.Data.DataTable for the physical DICOM Event Log Table.

Syntax
C#
VB
C++
[DebuggerNonUserCodeAttribute()] 
public DICOMServerEventLogDataTable DICOMServerEventLog { get; } 
  
Public ReadOnly Property DICOMServerEventLog As DICOMServerEventLogDataTable 
public: 
property DICOMServerEventLogDataTable^ DICOMServerEventLog { 
   DICOMServerEventLogDataTable^ get(); 
} 

Property Value

A DicomEventLogDataSet.DICOMServerEventLogDataTable which holds the information about the DICOM Event Log table.

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.Medical.Logging.DataAccessLayer Assembly