Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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.