Document.Sync Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.