Share via


Document.TrackRevisions Property (2007 System)

Gets or sets a value that indicates whether changes are tracked in the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Property TrackRevisions As Boolean
'Usage
Dim instance As Document 
Dim value As Boolean 

value = instance.TrackRevisions

instance.TrackRevisions = value
public bool TrackRevisions { get; set; }
public:
property bool TrackRevisions {
    bool get ();
    void set (bool value);
}
public function get TrackRevisions () : boolean 
public function set TrackRevisions (value : boolean)

Property Value

Type: System.Boolean
true if changes are tracked in the document; otherwise, false.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace