SyncOperationStatistics.UploadChangesApplied Property

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

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

Syntax

'Declaration
Public ReadOnly Property UploadChangesApplied As Integer
    Get
'Usage
Dim instance As SyncOperationStatistics
Dim value As Integer

value = instance.UploadChangesApplied
public int UploadChangesApplied { get; }
public:
property int UploadChangesApplied {
    int get ();
}
member UploadChangesApplied : int
function get UploadChangesApplied () : int

Property Value

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

Remarks

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

See Also

Reference

SyncOperationStatistics Class

Microsoft.Synchronization Namespace