DbSyncBatchInfo.IsLastBatch Property
Gets or sets whether the current batch is the last batch of the synchronization session.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property IsLastBatch As Boolean
'Usage
Dim instance As DbSyncBatchInfo
Dim value As Boolean
value = instance.IsLastBatch
instance.IsLastBatch = value
public bool IsLastBatch { get; set; }
public:
property bool IsLastBatch {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsLastBatch ()
/** @property */
public void set_IsLastBatch (boolean value)
public function get IsLastBatch () : boolean
public function set IsLastBatch (value : boolean)
Property Value
true if this is the last batch; otherwise false.
See Also
Reference
DbSyncBatchInfo Class
DbSyncBatchInfo Members
Microsoft.Synchronization.Data Namespace