_Document.Sync Property
Returns a Sync object that provides access to the methods and properties for documents that are part of a Document Workspace.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Sync As Sync
Get
'Usage
Dim instance As _Document
Dim value As Sync
value = instance.Sync
Sync Sync { get; }
Property Value
Type: Sync