Share via


DbSyncScopeMetadata.BatchCount Property

Gets or sets the number of batches that are required to synchronize a scope.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property BatchCount As Integer
'Usage
Dim instance As DbSyncScopeMetadata
Dim value As Integer

value = instance.BatchCount

instance.BatchCount = value
public int BatchCount { get; set; }
public:
property int BatchCount {
    int get ();
    void set (int value);
}
/** @property */
public int get_BatchCount ()

/** @property */
public void set_BatchCount (int value)
public function get BatchCount () : int

public function set BatchCount (value : int)

Property Value

The number of batches that are required to synchronize a scope.

See Also

Reference

DbSyncScopeMetadata Class
DbSyncScopeMetadata Members
Microsoft.Synchronization.Data Namespace