DbSyncScopeMetadata::BatchCount Property

Gets or sets the number of batches that are required to synchronize a scope if batching is being used.

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

public:
property int BatchCount {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The number of batches that are required to synchronize a scope.
Show: