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)

Syntax

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

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

Property Value

The total number of changes that were tried during the download 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