SyncOperationStatistics::DownloadChangesApplied Property

Gets the total number of changes that were successfully applied during the download session.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property int DownloadChangesApplied {
	int get ();
}

Property Value

Type: System::Int32
The total number of changes that were successfully applied during the download session. Returns 0 when no download session occurred.

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

Show: