Share via


SyncSessionStatistics.ChangesApplied Property

Gets or sets the total number of changes that were successfully applied during the synchronization session.

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

Syntax

'Declaration
Public Property ChangesApplied As UInteger
    Get
    Set
'Usage
Dim instance As SyncSessionStatistics
Dim value As UInteger

value = instance.ChangesApplied

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

Property Value

Type: System.UInt32
The total number of changes that were successfully applied during the synchronization session.

Remarks

This value is the sum of item changes plus change unit changes.

See Also

Reference

SyncSessionStatistics Class

Microsoft.Synchronization Namespace