SyncOperationStatistics::UploadChangesFailed Property

Gets the total number of changes that failed to apply during the upload session.

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

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

Property Value

Type: System::Int32
The total number of changes that failed to apply during the upload session.

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

Show: