SyncKnowledge::CompatibilityLevel Property
Gets or sets the version of Sync Framework components that can be used with this object.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| Exception | Condition |
|---|---|
| InvalidKnowledgeVersionException | The property is set to a value that is less than the value of MinimumCompatibilityLevel. |
| InvalidOperationException | This SyncKnowledge object is not initialized. |
The value of this property indicates which features are included in the knowledge object. This value is initialized to the value of the DefaultCompatibilityLevel static property when a SyncKnowledge object is created.
Show: