Leadtools.Dicom.Common.DataTypes Namespace > NotifyPropertyChanged Class : TrackChanges Property |
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] public bool TrackChanges {get; set;}
'Declaration <XmlIgnoreAttribute()> <BrowsableAttribute(False)> Public Property TrackChanges As Boolean
'Usage Dim instance As NotifyPropertyChanged Dim value As Boolean instance.TrackChanges = value value = instance.TrackChanges
[XmlIgnoreAttribute()] [BrowsableAttribute(false)] public: property bool TrackChanges { bool get(); void set ( bool value); }
true
if object is tracking changes; otherwise, false
.