ChangeBatchBase::DefaultCompatibilityLevel Property

Gets or sets the default compatibility level of all ChangeBatchBase objects.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
static property CompatibilityLevel DefaultCompatibilityLevel {
	CompatibilityLevel get ();
	void set (CompatibilityLevel value);
}

Property Value

Type: Microsoft.Synchronization::CompatibilityLevel
The default compatibility level of all ChangeBatchBase objects.

ExceptionCondition
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: