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
    Get
'Usage
Dim instance As SyncKnowledge
Dim value As CompatibilityLevel

value = instance.MinimumCompatibilityLevel
public CompatibilityLevel MinimumCompatibilityLevel { get; }
public:
property CompatibilityLevel MinimumCompatibilityLevel {
    CompatibilityLevel get ();
}
member MinimumCompatibilityLevel : CompatibilityLevel
function get MinimumCompatibilityLevel () : CompatibilityLevel

Property Value

Type: Microsoft.Synchronization.CompatibilityLevel
The minimum version of Sync Framework components that can be used with this object.

Exceptions

Exception Condition
InvalidOperationException

This SyncKnowledge object is not initialized.

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

Microsoft.Synchronization Namespace

Other Resources

Sync Framework Backwards Compatibility and Interoperability