←Select platform

TrackChanges Property

Summary

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

Syntax

C#
VB
C++
[XmlIgnoreAttribute()] 
[BrowsableAttribute(false)] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize