Share via


SyncTableProgress.ChangesPending Property

Gets the number of pending changes to be applied to a table during the synchronization session.

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

Syntax

'Declaration
Public ReadOnly Property ChangesPending As Integer
'Usage
Dim instance As SyncTableProgress
Dim value As Integer

value = instance.ChangesPending
public int ChangesPending { get; }
public:
property int ChangesPending {
    int get ();
}
/** @property */
public int get_ChangesPending ()
public function get ChangesPending () : int

Property Value

The number of pending changes to be applied to a table during the synchronization session.

See Also

Reference

SyncTableProgress Class
SyncTableProgress Members
Microsoft.Synchronization.Data Namespace