ChangeBatchBase::DefaultCompatibilityLevel Property
Gets or sets the default compatibility level of all ChangeBatchBase 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 ChangeBatchBase 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 ChangeBatchBase objects. The default value is SyncFrameworkVersion2.
Show: