SyncSessionStatistics::ChangesApplied Property

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)

public:
property unsigned int ChangesApplied {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

Type: System::UInt32
The total number of changes that were successfully applied during the synchronization session.

This value is the sum of item changes plus change unit changes.

Show: