SyncKnowledge::DefaultCompatibilityLevel Property
Gets or sets the default compatibility level of all SyncKnowledge objects.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public: static property CompatibilityLevel DefaultCompatibilityLevel { CompatibilityLevel get (); void set (CompatibilityLevel value); }
Property Value
Type: Microsoft.Synchronization::CompatibilityLevelThe default compatibility level of all SyncKnowledge objects.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value to set is not a member of the CompatibilityLevel enumeration. |
The value of DefaultCompatibilityLevel is used to initialize the CompatibilityLevel property of new SyncKnowledge objects. The default value is SyncFrameworkVersion2.
Show: