Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the version that components must be to operate with each other.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Enumeration CompatibilityLevel
'Usage
Dim instance As CompatibilityLevel
public enum CompatibilityLevel
public enum class CompatibilityLevel
public enum CompatibilityLevel
public enum CompatibilityLevel
Members
Member name | Description | |
---|---|---|
SyncFrameworkVersion1 | Indicates a component is compatible with Sync Framework 1.0. | |
SyncFrameworkVersion2 | Indicates a component is compatible with Sync Framework 2.0. | |
WindowsSync | Indicates a component is compatible with the subset of components from Sync Framework 2.0 that is included in the Windows 7 operating system. |
Remarks
A component that is designed to work with a particular version of Sync Framework can indicate the version for which it is designed. This way, when Sync Framework changes in later versions, a component designed for an earlier version will continue to function as expected.
The compatibility level of a component also determines which methods can be called on that component.
For more information, see Sync Framework Backwards Compatibility and Interoperability.