Document.TrackRevisions Property

Definition

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

public:
 property bool TrackRevisions { bool get(); void set(bool value); };
public bool TrackRevisions { get; set; }
member this.TrackRevisions : bool with get, set
Public Property TrackRevisions As Boolean

Property Value

true if changes are tracked in the document; otherwise, false.

Applies to