TrackChanges Property

Summary

Gets or sets a value indicating whether to track changes to this object.

Syntax
C#
VB
C++
[XmlIgnoreAttribute()] 
public bool TrackChanges { get; set; } 
<XmlIgnoreAttribute()> 
<BrowsableAttribute(False)> 
Public Property TrackChanges As Boolean 
[XmlIgnoreAttribute()] 
[BrowsableAttribute(false)] 
public: 
property bool TrackChanges { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if changes are being tracked; otherwise, false.

Remarks

The default value is true.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly