Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the total number of changes that were successfully applied during the download session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property DownloadChangesApplied As Integer
'Usage
Dim instance As SyncOperationStatistics
Dim value As Integer
value = instance.DownloadChangesApplied
public int DownloadChangesApplied { get; }
public:
property int DownloadChangesApplied {
int get ();
}
/** @property */
public int get_DownloadChangesApplied ()
public function get DownloadChangesApplied () : int
Property Value
The total number of changes that were successfully applied during the download session. Returns 0 when no download session occurred.
Remarks
This value is the sum of item changes plus change unit changes.
See Also
Reference
SyncOperationStatistics Class
SyncOperationStatistics Members
Microsoft.Synchronization Namespace