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