Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the number of changes downloaded from the server that could not be applied at the client.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property DownloadChangesFailed As Integer
Get
Set
'Usage
Dim instance As SyncStatistics
Dim value As Integer
value = instance.DownloadChangesFailed
instance.DownloadChangesFailed = value
public int DownloadChangesFailed { get; set; }
public:
property int DownloadChangesFailed {
int get ();
void set (int value);
}
member DownloadChangesFailed : int with get, set
function get DownloadChangesFailed () : int
function set DownloadChangesFailed (value : int)
Property Value
Type: System.Int32
The number of changes downloaded from the server that could not be applied at the client.
Examples
For an example that shows how to use the SyncStatistics object, see Getting Started: Client and Server Synchronization.