SyncBatchProgress::BatchNumber Property

Gets the current batch number that the session is processing.

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

public:
property int BatchNumber {
	int get ();
}

Property Value

Type: System::Int32
The current batch number that the session is processing.
Show: