SyncOperationStatistics.DownloadChangesFailed Property
Gets the total number of changes that were not applied during the download session.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property DownloadChangesFailed As Integer
'Usage
Dim instance As SyncOperationStatistics
Dim value As Integer
value = instance.DownloadChangesFailed
public int DownloadChangesFailed { get; }
public:
property int DownloadChangesFailed {
int get ();
}
/** @property */
public int get_DownloadChangesFailed ()
public function get DownloadChangesFailed () : int
Property Value
The total number of changes that were not applied during the download session.
Remarks
This value is the sum of item changes plus change unit changes.
See Also
Reference
SyncOperationStatistics Class
SyncOperationStatistics Members
Microsoft.Synchronization Namespace