DbSyncBatchInfo::IsLastBatch Property

Gets or sets whether the current batch is the last batch of the synchronization session.

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

public:
property bool IsLastBatch {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
true if this is the last batch; otherwise false.
Show: