SyncKnowledge.MinimumCompatibilityLevel Property

Gets the minimum version of Sync Framework components that can be used with this object.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public ReadOnly Property MinimumCompatibilityLevel As CompatibilityLevel
'Usage
Dim instance As SyncKnowledge
Dim value As CompatibilityLevel

value = instance.MinimumCompatibilityLevel
public CompatibilityLevel MinimumCompatibilityLevel { get; }
public:
property CompatibilityLevel MinimumCompatibilityLevel {
    CompatibilityLevel get ();
}
/** @property */
public CompatibilityLevel get_MinimumCompatibilityLevel ()
public function get MinimumCompatibilityLevel () : CompatibilityLevel

Property Value

The minimum version of Sync Framework components that can be used with this object.

Remarks

A SyncKnowledge object that has a version of SyncFrameworkVersion2 supports components that are compatible with SyncFrameworkVersion1 when the SyncKnowledge object contains only elements that are compatible with SyncFrameworkVersion1.

See Also

Reference

SyncKnowledge Class
SyncKnowledge Members
Microsoft.Synchronization Namespace

Other Resources

Sync Framework Backwards Compatibility and Interoperability