SyncStatistics.DownloadChangesApplied Property

Gets or sets the number of changes downloaded from the server that were applied at the client.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property DownloadChangesApplied As Integer
    Get
    Set
'Usage
Dim instance As SyncStatistics
Dim value As Integer

value = instance.DownloadChangesApplied

instance.DownloadChangesApplied = value
public int DownloadChangesApplied { get; set; }
public:
property int DownloadChangesApplied {
    int get ();
    void set (int value);
}
member DownloadChangesApplied : int with get, set
function get DownloadChangesApplied () : int
function set DownloadChangesApplied (value : int)

Property Value

Type: System.Int32
The number of changes downloaded from the server that were applied at the client.

Examples

For an example that shows how to use the SyncStatistics object, see Getting Started: Client and Server Synchronization.

See Also

Reference

SyncStatistics Class

Microsoft.Synchronization.Data Namespace