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)

public:
property CompatibilityLevel MinimumCompatibilityLevel {
	CompatibilityLevel get ();
}

Property Value

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

ExceptionCondition
InvalidOperationException

This SyncKnowledge object is not initialized.

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.

Show: