Coauthoring.PendingUpdates Property
Returns true if merge-mode updates are pending. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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