Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the total number of changes that were successfully applied during the synchronization session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Property ChangesApplied As UInteger
'Usage
Dim instance As SyncSessionStatistics
Dim value As UInteger
value = instance.ChangesApplied
instance.ChangesApplied = value
public uint ChangesApplied { get; set; }
public:
property unsigned int ChangesApplied {
unsigned int get ();
void set (unsigned int value);
}
/** @property */
public UInt32 get_ChangesApplied ()
/** @property */
public void set_ChangesApplied (UInt32 value)
public function get ChangesApplied () : uint
public function set ChangesApplied (value : uint)
Property Value
The total number of changes that were successfully applied during the synchronization session.
Remarks
This value is the sum of item changes plus change unit changes.
See Also
Reference
SyncSessionStatistics Class
SyncSessionStatistics Members
Microsoft.Synchronization Namespace