Document.CurrentRsid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a random number that Microsoft Office Word assigns to changes in the document.
public:
property int CurrentRsid { int get(); };
public int CurrentRsid { get; }
member this.CurrentRsid : int
Public ReadOnly Property CurrentRsid As Integer
Property Value
A random number that Microsoft Office Word assigns to changes in the document.
Remarks
If the StoreRSIDOnSave property of the Options property is true
, each time a document is saved, Word generates a random number that the application uses to facilitate comparing and merging documents. Word stores the random numbers in a table and updates the table after each save. The CurrentRsid property returns the last number that Word assigned to the document.