SyncOperationStatistics::DownloadChangesTotal Property

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

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

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

Property Value

Type: System::Int32
The total number of changes that were tried during the download session.

This value is the number of changes that were applied plus the number of changes that were not applied.

Show: