SyncOperationStatistics::UploadChangesTotal Property

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

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

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

Property Value

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

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

Show: