C#
VB
C++
Gets or sets a value indicating whether to track changes to this object.
[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 );
}
true
if changes are being tracked; otherwise, false
.
The default value is true.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET