_Document.CurrentRsid Property
Returns a random number that Word assigns to changes in a document. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property CurrentRsid As Integer
Get
'Usage
Dim instance As _Document
Dim value As Integer
value = instance.CurrentRsid
int CurrentRsid { get; }
Property Value
Type: System.Int32
Integer
Remarks
If the StoreRSIDOnSave 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 has assigned to a document.