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)

Syntax

'Declaration
Public ReadOnly Property BatchNumber As Integer
    Get
'Usage
Dim instance As SyncBatchProgress
Dim value As Integer

value = instance.BatchNumber
public int BatchNumber { get; }
public:
property int BatchNumber {
    int get ();
}
member BatchNumber : int
function get BatchNumber () : int

Property Value

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

See Also

Reference

SyncBatchProgress Class

Microsoft.Synchronization Namespace