Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.