Document.Sync Property

Definition

Gets a Sync object that provides access to the methods and properties of documents that are part of a Document Workspace.

public:
 property Microsoft::Office::Core::Sync ^ Sync { Microsoft::Office::Core::Sync ^ get(); };
public Microsoft.Office.Core.Sync Sync { get; }
member this.Sync : Microsoft.Office.Core.Sync
Public ReadOnly Property Sync As Sync

Property Value

A Sync object that provides access to the methods and properties of documents that are part of a Document Workspace.

Applies to