LogDicomDataSet Property

Summary

Gets or sets a value that indicates whether the Leadtools.Dicom.DicomDataSet in the event log will be saved or not.

Syntax
C#
VB
C++
public bool LogDicomDataSet { get; set; } 
  
Public Property LogDicomDataSet As Boolean 
public: 
property bool LogDicomDataSet { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save the Leadtools.Dicom.DicomDataSet in the event log; otherwise, it is false. The default value is true.

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