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)

Syntax

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

value = instance.UploadChangesTotal
public int UploadChangesTotal { get; }
public:
property int UploadChangesTotal {
    int get ();
}
/** @property */
public int get_UploadChangesTotal ()
public function get UploadChangesTotal () : int

Property Value

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

Remarks

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

See Also

Reference

SyncOperationStatistics Class
SyncOperationStatistics Members
Microsoft.Synchronization Namespace