←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly