_Document.TrackRevisions Property
Determines if changes are tracked in the specified document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property TrackRevisions As Boolean
Get
Set
'Usage
Dim instance As _Document
Dim value As Boolean
value = instance.TrackRevisions
instance.TrackRevisions = value
bool TrackRevisions { get; set; }
Property Value
Type: System.Boolean
Remarks
This property returns True if changes are tracked in the specified document, and False if they are not. Set the property value to True or False to enable or disable the functionality.