MsoSyncAvailableType Enumeration

Specifies whether and under what circumstances synchronization is available for the document.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Enumeration MsoSyncAvailableType
'Usage
Dim instance As MsoSyncAvailableType
public enum MsoSyncAvailableType

Members

Member name Description
msoSyncAvailableNone No synchronization is available.
msoSyncAvailableOffline Synchronization is available offline only.
msoSyncAvailableAnywhere Synchronization is available offline and online.

See Also

Reference

Microsoft.Office.Core Namespace