CoAuthoring.PendingUpdates Property
Gets whether the document has pending updates that have not been accepted.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property PendingUpdates As Boolean
Get
'Usage
Dim instance As CoAuthoring
Dim value As Boolean
value = instance.PendingUpdates
bool PendingUpdates { get; }
Property Value
Type: System.Boolean
true if the document has pending updates that have not been accepted; otherwise, false.
Remarks
Read-only.