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 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.